diff options
| author | Lzu Tao <taolzu@gmail.com> | 2019-12-23 04:49:59 +0700 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2019-12-23 05:28:23 +0700 |
| commit | 185e608ae2c963ee21ae5eac55dcf78761523bd6 (patch) | |
| tree | 27612eba98ebe0f21b934664b5910070b07eb306 /clippy_dev/src | |
| parent | 6d1225981177587fbb68d9c4902c770c3dbaafb0 (diff) | |
| download | rust-185e608ae2c963ee21ae5eac55dcf78761523bd6.tar.gz rust-185e608ae2c963ee21ae5eac55dcf78761523bd6.zip | |
a few small cleanups
Diffstat (limited to 'clippy_dev/src')
| -rw-r--r-- | clippy_dev/src/main.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clippy_dev/src/main.rs b/clippy_dev/src/main.rs index 3010e0d2489..22a2f2ca79c 100644 --- a/clippy_dev/src/main.rs +++ b/clippy_dev/src/main.rs @@ -1,9 +1,5 @@ #![cfg_attr(feature = "deny-warnings", deny(warnings))] -extern crate clap; -extern crate clippy_dev; -extern crate regex; - use clap::{App, Arg, SubCommand}; use clippy_dev::*; |
