export PartialOrd

This commit is contained in:
Colin Sherratt 2014-11-21 02:26:59 -05:00
parent bcc4f11150
commit 876e23b8cd

View file

@ -77,7 +77,7 @@ pub use obb::{Obb2, Obb3};
pub use sphere::Sphere; pub use sphere::Sphere;
pub use approx::ApproxEq; 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 // Modules