Skip to content

Commit 40853fe

Browse files
committed
Fix a recently implemented clippy lint
https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports "Import with single component use path such as `use cratename;` is not necessary, and thus should be removed."
1 parent 5ad578e commit 40853fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/cli.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
#![warn(clippy::all)]
1414

15-
use simple_logger;
16-
1715
///! A small command-line app to run the parser.
1816
/// Run with `cargo run --example cli`
1917
use std::fs;

0 commit comments

Comments
 (0)