summaryrefslogtreecommitdiffstats
path: root/src/shell/readline.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-01-11 17:45:46 -0500
committerJesse Luehrs <doy@tozt.net>2022-01-11 17:45:46 -0500
commitbc31125d0d8e37c0f1c507b41229d5c65e210221 (patch)
treefae40f677491bdfca7f1bd5a46efaf2c04aaa11c /src/shell/readline.rs
parent40cfe6a3c6691b0049986783f1d4e4402ee25843 (diff)
downloadnbsh-bc31125d0d8e37c0f1c507b41229d5c65e210221.tar.gz
nbsh-bc31125d0d8e37c0f1c507b41229d5c65e210221.zip
clippy
Diffstat (limited to 'src/shell/readline.rs')
-rw-r--r--src/shell/readline.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shell/readline.rs b/src/shell/readline.rs
index d4f09e7..dca33f2 100644
--- a/src/shell/readline.rs
+++ b/src/shell/readline.rs
@@ -19,8 +19,6 @@ impl Readline {
}
}
- // render always happens on the main task
- #[allow(clippy::future_not_send)]
pub async fn render(
&self,
out: &mut impl textmode::Textmode,