Skip to content

Commit 10f66c7

Browse files
committed
Rename breakage lints
1 parent 7485903 commit 10f66c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/edition.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ impl fmt::Display for Edition {
5050
impl Edition {
5151
pub fn lint_name(&self) -> &'static str {
5252
match *self {
53-
Edition::Edition2015 => "edition_2015",
54-
Edition::Edition2018 => "edition_2018",
53+
Edition::Edition2015 => "rust_2015_breakage",
54+
Edition::Edition2018 => "rust_2018_breakage",
5555
}
5656
}
5757

0 commit comments

Comments
 (0)