Skip to content

Commit b374e0f

Browse files
committed
Remove Edition 2018 tests section from adding lints doc
The UI tests now use the latest edition by default. Testing on older editions should almost never be necessary, so I don't see a need to document this.
1 parent d6b013f commit b374e0f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

book/src/development/adding_lints.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,6 @@ the tests.
147147

148148
[rustfix]: https://github.com/rust-lang/rustfix
149149

150-
## Edition 2018 tests
151-
152-
Some features require the 2018 edition to work (e.g. `async_await`), but
153-
compile-test tests run on the 2015 edition by default. To change this behavior
154-
add `// edition:2018` at the top of the test file (note that it's
155-
space-sensitive).
156-
157150
## Testing manually
158151

159152
Manually testing against an example file can be useful if you have added some

0 commit comments

Comments
 (0)