Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 46cdd51

Browse files
authored
Fix typo: lists -> lints (rust-lang#2011)
It's a bit of a tongue-twister it seems.
1 parent f67b83e commit 46cdd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/bug-fix-procedure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ FutureIncompatibleInfo {
276276

277277
Remove this too.
278278

279-
#### Add the lint to the list of removed lists.
279+
#### Add the lint to the list of removed lints.
280280

281281
In `compiler/rustc_lint/src/lib.rs` there is a list of "renamed and removed lints".
282282
You can add this lint to the list:

0 commit comments

Comments
 (0)