diff --git a/crates/fj-kernel/src/algorithms/approx/mod.rs b/crates/fj-kernel/src/algorithms/approx/mod.rs index c64934e5f..cf17774af 100644 --- a/crates/fj-kernel/src/algorithms/approx/mod.rs +++ b/crates/fj-kernel/src/algorithms/approx/mod.rs @@ -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 {