We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e4cd1 commit bde56deCopy full SHA for bde56de
src/lib.rs
@@ -100,8 +100,7 @@ pub mod topology;
100
mod work_share;
101
102
pub use crate::algorithms::*;
103
-pub use crate::geometry::BoundingBox;
104
-pub use crate::geometry::{Point2D, Point3D, PointND};
+pub use crate::geometry::{BoundingBox, Point2D, Point3D, PointND};
105
pub use crate::real::Real;
106
107
// Internal use
0 commit comments