aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.rs')
-rw-r--r--src/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.rs b/src/parser.rs
index 7ccaf6b..0f38fbe 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -1,7 +1,7 @@
use std::collections::HashMap;
use autopilot;
-use autopilot::key::{Flag, KeyCodeConvertible};
+use autopilot::key::Flag;
use combine::*;
use combine::easy::Errors as CombineErrors;
use combine::parser::choice::or;