Skip to content

Commit e6e98b6

Browse files
committed
Remove redudant extern crate
1 parent e76e621 commit e6e98b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main.rs

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
#![allow(clippy::redundant_closure, clippy::redundant_pattern_matching)]
22

3-
extern crate anyhow;
4-
extern crate env_logger;
5-
extern crate log;
6-
extern crate prjfmt;
7-
extern crate structopt;
8-
93
use prjfmt::{run_cli, Cli, CLOG};
104
use structopt::StructOpt;
115

0 commit comments

Comments
 (0)