We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76e621 commit e6e98b6Copy full SHA for e6e98b6
src/main.rs
@@ -1,11 +1,5 @@
1
#![allow(clippy::redundant_closure, clippy::redundant_pattern_matching)]
2
3
-extern crate anyhow;
4
-extern crate env_logger;
5
-extern crate log;
6
-extern crate prjfmt;
7
-extern crate structopt;
8
-
9
use prjfmt::{run_cli, Cli, CLOG};
10
use structopt::StructOpt;
11
0 commit comments