From a51174b299b1061a26c138c216cf273cfd39010c Mon Sep 17 00:00:00 2001 From: Aevyrie Date: Mon, 17 Jul 2023 23:07:39 -0700 Subject: [PATCH] clippy --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } } }