diff options
Diffstat (limited to 'ecs/src/actions.rs')
-rw-r--r-- | ecs/src/actions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecs/src/actions.rs b/ecs/src/actions.rs index 89fd84a..184f811 100644 --- a/ecs/src/actions.rs +++ b/ecs/src/actions.rs @@ -150,7 +150,7 @@ pub struct Ref<'weak_ref> _pd: PhantomData<&'weak_ref ()>, } -impl<'weak_ref> Ref<'weak_ref> +impl Ref<'_> { #[must_use] pub fn to_actions(&self) -> Actions<'_> |