Fix fallout

This commit is contained in:
flip1995
2020-02-21 09:39:38 +01:00
parent b67764d5cb
commit 8472ecda0f
117 changed files with 219 additions and 162 deletions

View File

@@ -1,7 +1,10 @@
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
use clap::{App, Arg, SubCommand};
use clippy_dev::*;
use clippy_dev::{
gather_all, gen_changelog_lint_list, gen_deprecated, gen_lint_group_list, gen_modules_list, gen_register_lint_list,
replace_region_in_file, Lint, DOCS_LINK,
};
use std::path::Path;
mod fmt;