Skip to content

Commit

Permalink
Remove unnecessary pub(super)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 23, 2023
1 parent 536050e commit 87a5856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-core/src/algorithms/approx/curve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl Approx
}
}

pub(super) fn approx_curve(
fn approx_curve(
path: &SurfacePath,
surface: &Surface,
boundary: CurveBoundary<Point<1>>,
Expand Down

0 comments on commit 87a5856

Please sign in to comment.