Skip to content

Commit bb18db8

Browse files
committed
Proposed changes
1 parent b9c8471 commit bb18db8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

text/0000-clippy-uno.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,11 @@ This categorization can be browsed [online].
182182

183183
Please leave comments on thoughts about these lints -- if their categorization is correct, if they should exist at all, and if we should be uplifting them to the compiler.
184184

185+
For ease of review, the lints below are as they were listed in the original RFC. The proposed changes are:
186+
187+
- `shadow_unrelated` be moved from `restriction` to `pedantic`
188+
- Various lints be uplifted to the compiler (and potentially renamed). This is tracked in https://github.com/rust-lang/rust/issues/53224
189+
- `explicit_iter_loop` and `explicit_into_iter_loop` be moved from `style` to `pedantic`
185190

186191

187192
# correctness (Deny)

0 commit comments

Comments
 (0)