export PartialOrd
This commit is contained in:
parent
bcc4f11150
commit
876e23b8cd
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ pub use obb::{Obb2, Obb3};
|
|||
pub use sphere::Sphere;
|
||||
|
||||
pub use approx::ApproxEq;
|
||||
pub use num::{BaseNum, BaseInt, BaseFloat, One, one, Zero, zero};
|
||||
pub use num::{PartialOrd, BaseNum, BaseInt, BaseFloat, One, one, Zero, zero};
|
||||
|
||||
// Modules
|
||||
|
||||
|
|
Loading…
Reference in a new issue