Skip to content

Commit ae4b38e

Browse files
committed
Rename idiom lints to migration lints
1 parent baa7b32 commit ae4b38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
178178
UNUSED_PARENS);
179179

180180
add_lint_group!(sess,
181-
"rust_2018_idioms",
181+
"rust_2018_migration",
182182
BARE_TRAIT_OBJECT,
183183
UNREACHABLE_PUB);
184184

0 commit comments

Comments
 (0)