Skip to content

Commit

Permalink
Remove re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 6, 2022
1 parent 8e0c935 commit 9ad604e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/fj-kernel/src/algorithms/approx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ pub mod edge;
pub mod face;
pub mod tolerance;

pub use self::{
face::FaceApprox,
tolerance::{InvalidTolerance, Tolerance},
};
pub use self::tolerance::{InvalidTolerance, Tolerance};

/// Approximate an object
pub trait Approx {
Expand Down

0 comments on commit 9ad604e

Please sign in to comment.