From bc31125d0d8e37c0f1c507b41229d5c65e210221 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 11 Jan 2022 17:45:46 -0500 Subject: clippy --- src/shell/history/mod.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/shell/history/mod.rs') diff --git a/src/shell/history/mod.rs b/src/shell/history/mod.rs index 8f4f56a..19223ec 100644 --- a/src/shell/history/mod.rs +++ b/src/shell/history/mod.rs @@ -19,8 +19,6 @@ impl History { } } - // render always happens on the main task - #[allow(clippy::future_not_send)] pub async fn render( &self, out: &mut impl textmode::Textmode, @@ -64,8 +62,6 @@ impl History { Ok(()) } - // render always happens on the main task - #[allow(clippy::future_not_send)] pub async fn render_fullscreen( &self, out: &mut impl textmode::Textmode, -- cgit v1.2.3-54-g00ecf