-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 7a9ae0c
Auto merge of #106731 - flip1995:clippy_backport, r=Mark-Simulacrum
[beta] Clippy: Move manual_clamp to nursery
There was a lot of discussion about this lint in rust-lang/rust-clippy#9484 (comment)
We decided to move the lint to `nursery`. But since this lint broke code of many popular projects, we don't want to wait another release cycle until this move gets into stable. So we'd like to backport this commit to `beta`.
cc `@rust-lang/clippy` for approval from the Clippy side.1 file changed
+4
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | + | ||
39 | + | ||
40 | + | ||
38 | 41 |
| |
39 | 42 |
| |
40 | 43 |
| |
| |||
78 | 81 |
| |
79 | 82 |
| |
80 | 83 |
| |
81 | - | ||
84 | + | ||
82 | 85 |
| |
83 | 86 |
| |
84 | 87 |
| |
|
0 commit comments