summaryrefslogtreecommitdiffstats
path: root/src/shell/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell/mod.rs')
-rw-r--r--src/shell/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shell/mod.rs b/src/shell/mod.rs
index 7371933..e9bd5de 100644
--- a/src/shell/mod.rs
+++ b/src/shell/mod.rs
@@ -149,8 +149,6 @@ impl Shell {
}
}
- // render always happens on the main task
- #[allow(clippy::future_not_send)]
pub async fn render(
&self,
out: &mut impl textmode::Textmode,