Rename idiom lints to migration lints
This commit is contained in:
@@ -178,7 +178,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
|
|||||||
UNUSED_PARENS);
|
UNUSED_PARENS);
|
||||||
|
|
||||||
add_lint_group!(sess,
|
add_lint_group!(sess,
|
||||||
"rust_2018_idioms",
|
"rust_2018_migration",
|
||||||
BARE_TRAIT_OBJECT,
|
BARE_TRAIT_OBJECT,
|
||||||
UNREACHABLE_PUB);
|
UNREACHABLE_PUB);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user