Skip to content

Commit

Permalink
Remove unnecessary pubs
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 23, 2023
1 parent f7d9ff9 commit 536050e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/fj-core/src/algorithms/approx/curve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ pub struct CurveApproxCache {
}

impl CurveApproxCache {
/// Get an approximated curve from the cache
pub fn get(
fn get(
&self,
handle: &Handle<Curve>,
boundary: CurveBoundary<Point<1>>,
Expand All @@ -158,8 +157,7 @@ impl CurveApproxCache {
None
}

/// Insert an approximated curve into the cache
pub fn insert(
fn insert(
&mut self,
handle: Handle<Curve>,
boundary: CurveBoundary<Point<1>>,
Expand Down

0 comments on commit 536050e

Please sign in to comment.