diff options
Diffstat (limited to 'src/parser.rs')
| -rw-r--r-- | src/parser.rs | 2 |
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; |
