diff --git a/src/kernel/shapes/difference_2d.rs b/src/kernel/shapes/difference_2d.rs index c1eac9f4c..fc1113902 100644 --- a/src/kernel/shapes/difference_2d.rs +++ b/src/kernel/shapes/difference_2d.rs @@ -69,7 +69,8 @@ impl ToShape for fj::Difference2d { }, ) => (a, b, surface_a, surface_b), _ => { - // None of the 2D types still use the triangles representation. + // None of the 2D types still use triangle + // representation. unreachable!() } };