Skip to content

Commit

Permalink
Remove transitionary re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 13, 2024
1 parent 7addb43 commit e5b3780
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/fj-core/src/algorithms/approx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ use curve::CurveApproxCache;
use fj_math::Point;
use vertex::VertexApproxCache;

use crate::geometry::Geometry;
use crate::geometry::{Geometry, Tolerance};

pub use self::circle::PathApproxParams;
pub use crate::geometry::{InvalidTolerance, Tolerance};

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

0 comments on commit e5b3780

Please sign in to comment.