Make function accessible from sibling modules

I'm about to use it from `edge`, as part of an ongoing refactoring.
This commit is contained in:
Hanno Braun 2023-02-21 14:36:35 +01:00
parent ccd5d4abe8
commit 1e129862a1

View File

@ -51,7 +51,7 @@ impl Approx for (&Handle<Curve>, &Surface, Handle<GlobalCurve>, RangeOnPath) {
} }
} }
fn approx_global_curve( pub(super) fn approx_global_curve(
curve: &Curve, curve: &Curve,
surface: &Surface, surface: &Surface,
range: RangeOnPath, range: RangeOnPath,