diff --git a/src/lib.rs b/src/lib.rs index 33e279d..bfb540c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -124,7 +124,7 @@ impl FloatingOriginPlugin

{ FloatingOriginPlugin { grid_edge_length, switching_threshold, - phantom: PhantomData::default(), + phantom: PhantomData, } } }