From 699def2b2188e375ed7bf9e8c063a9fe10d05baf Mon Sep 17 00:00:00 2001 From: Noah Lev Date: Mon, 8 Jul 2024 14:01:26 -0700 Subject: [PATCH] Fix typo: lists -> lints It's a bit of a tongue-twister it seems. --- src/bug-fix-procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bug-fix-procedure.md b/src/bug-fix-procedure.md index 3782bba7d..ba76ec06e 100644 --- a/src/bug-fix-procedure.md +++ b/src/bug-fix-procedure.md @@ -276,7 +276,7 @@ FutureIncompatibleInfo { Remove this too. -#### Add the lint to the list of removed lists. +#### Add the lint to the list of removed lints. In `compiler/rustc_lint/src/lib.rs` there is a list of "renamed and removed lints". You can add this lint to the list: