diff options
| author | Teddy Wing | 2018-10-27 07:19:59 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-10-27 07:19:59 +0200 | 
| commit | 48c7bc66cc0403d11a2c5565193c14c8381e92e2 (patch) | |
| tree | 2b1020ad73383e23ff78ce856edb31cea8f93756 /src/parser.rs | |
| parent | 1f4222ba73cdc37642672639ba24ce42ccb3a2b8 (diff) | |
| download | dome-key-map-48c7bc66cc0403d11a2c5565193c14c8381e92e2.tar.bz2 | |
Delete unused imports
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; | 
