Skip to content

Commit

Permalink
Rename idiom lints to migration lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 4, 2018
1 parent baa7b32 commit ae4b38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_lint/lib.rs
Expand Up @@ -178,7 +178,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
UNUSED_PARENS);

add_lint_group!(sess,
"rust_2018_idioms",
"rust_2018_migration",
BARE_TRAIT_OBJECT,
UNREACHABLE_PUB);

Expand Down

0 comments on commit ae4b38e

Please sign in to comment.