summaryrefslogtreecommitdiffstats
path: root/src/shell/history/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell/history/mod.rs')
-rw-r--r--src/shell/history/mod.rs4
1 files changed, 0 insertions, 4 deletions
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,