diff --git a/examples/cli.rs b/examples/cli.rs index d0ba9a57..917629e4 100644 --- a/examples/cli.rs +++ b/examples/cli.rs @@ -12,8 +12,6 @@ #![warn(clippy::all)] -use simple_logger; - ///! A small command-line app to run the parser. /// Run with `cargo run --example cli` use std::fs;