-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #13740 - Muscraft:remove-rust-2024-compat, r=epage
refactor: Remove `rust_2024_compatibility` lint group The `rust_2024_compatibility` lint group was added as a way to be compatible with `Rust`. This group is meant to be used when switching to the 2024 edition (usually enabled by `cargo fix --edition`). Since we are not going to be interacting with `cargo fix` in the standard way to fix edition lints, this group is not needed at this time. Removing this will (slightly) reduce the complexity of working on things for the 2024 edition.
- Loading branch information
Showing
10 changed files
with
1 addition
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
mod implicit_features; | ||
mod rust_2024_compatibility; |
34 changes: 0 additions & 34 deletions
34
tests/testsuite/lints/rust_2024_compatibility/edition_2021/mod.rs
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
tests/testsuite/lints/rust_2024_compatibility/edition_2021_warn/mod.rs
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
tests/testsuite/lints/rust_2024_compatibility/edition_2021_warn/stderr.term.svg
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
tests/testsuite/lints/rust_2024_compatibility/edition_2024/mod.rs
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
tests/testsuite/lints/rust_2024_compatibility/edition_2024/stderr.term.svg
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
tests/testsuite/lints/rust_2024_compatibility/warn/stderr.term.svg
This file was deleted.
Oops, something went wrong.