-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not run rustfix for future-prelude-collision-shadow
- Loading branch information
1 parent
b18704d
commit 3dc47e2
Showing
3 changed files
with
1 addition
and
35 deletions.
There are no files selected for viewing
33 changes: 0 additions & 33 deletions
33
src/test/ui/rust-2021/future-prelude-collision-shadow.fixed
This file was deleted.
Oops, something went wrong.
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,4 +1,3 @@ | ||
// run-rustfix | ||
// edition:2018 | ||
#![warn(future_prelude_collision)] | ||
#![allow(dead_code)] | ||
|
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