summaryrefslogtreecommitdiffstats
path: root/src/shell/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell/event.rs')
-rw-r--r--src/shell/event.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell/event.rs b/src/shell/event.rs
index 9157c5e..025f3c4 100644
--- a/src/shell/event.rs
+++ b/src/shell/event.rs
@@ -52,6 +52,7 @@ impl Reader {
}
}
+#[allow(clippy::option_option)]
#[derive(Default)]
struct Pending {
key: std::collections::VecDeque<textmode::Key>,