From fbd8b4c4b4678c0df902a540ac3c74a5d6ac7040 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 11 Dec 2021 02:35:47 -0500 Subject: clippy --- src/state.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/state.rs') diff --git a/src/state.rs b/src/state.rs index 9f62194..eee39ae 100644 --- a/src/state.rs +++ b/src/state.rs @@ -264,7 +264,7 @@ impl State { &self, focus: crate::action::Focus, entry: Option< - &mut async_std::sync::MutexGuardArc, + &mut async_std::sync::MutexGuardArc, >, ) -> crate::action::Scene { match focus { @@ -291,7 +291,7 @@ impl State { &mut self, new_focus: crate::action::Focus, entry: Option< - &mut async_std::sync::MutexGuardArc, + &mut async_std::sync::MutexGuardArc, >, ) { self.focus = new_focus; -- cgit v1.2.3-54-g00ecf