From 6571079eb5f40733f002eba160de078f9e1e797b Mon Sep 17 00:00:00 2001 From: Noah Lev Date: Mon, 8 Jul 2024 14:28:55 -0700 Subject: [PATCH] Fix typo: lists -> lints (#2011) 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: