diff options
| author | Teddy Wing | 2018-10-27 17:06:51 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-10-27 17:06:51 +0200 |
| commit | 45a1bc469a312c9cdc875ee8fd5ed6c25a217d40 (patch) | |
| tree | c813027da13d54bcb5c7104845bdb69ff2e0e2ff /src | |
| parent | e8bf5effb7b7c37684f397fd5865b29431ecbcc0 (diff) | |
| download | dome-key-map-45a1bc469a312c9cdc875ee8fd5ed6c25a217d40.tar.bz2 | |
lib.rs: Remove unneeded `use`
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,4 +42,3 @@ mod trial; use parser::{Action, HeadphoneButton, MapAction, MapGroup, MapKind}; pub use ffi::*; -pub use config::{Config, parse_args}; |
