diff --git a/crates/fj-core/src/algorithms/approx/curve.rs b/crates/fj-core/src/algorithms/approx/curve.rs index a18871c3c..f2b6a362e 100644 --- a/crates/fj-core/src/algorithms/approx/curve.rs +++ b/crates/fj-core/src/algorithms/approx/curve.rs @@ -140,8 +140,7 @@ pub struct CurveApproxCache { } impl CurveApproxCache { - /// Get an approximated curve from the cache - pub fn get( + fn get( &self, handle: &Handle, boundary: CurveBoundary>, @@ -158,8 +157,7 @@ impl CurveApproxCache { None } - /// Insert an approximated curve into the cache - pub fn insert( + fn insert( &mut self, handle: Handle, boundary: CurveBoundary>,