Conversation
32f87e0 to
490c44a
Compare
clippy_lints/src/deprecated_lints.rs
Outdated
| /// | ||
| /// ### Deprecation reason | ||
| /// This lint has been superseded by #[must_use] in rustc. | ||
| ("clippy::unsafe_vector_initialization", "the suggested alternative had substantially different behavior"), |
There was a problem hiding this comment.
behavior->perf characteristics to keep the old wording?
490c44a to
40d380c
Compare
|
☔ The latest upstream changes (presumably #13178) made this pull request unmergeable. Please resolve the merge conflicts. |
85b8e35 to
ecda54a
Compare
|
|
3a3d07f to
829fd0b
Compare
|
☔ The latest upstream changes (presumably #13182) made this pull request unmergeable. Please resolve the merge conflicts. |
|
I just noticed that after the rebase the |
|
No problem at all, I like to roughly know what's going on in that file anyways =^.^= |
Remove legacy deprecations. Remove "View Source" link for deprecated lints.
bf6ca9a to
08c1404
Compare
08c1404 to
c2186e1
Compare
|
@bors r+ (assuming CI will pass) |
|
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
A couple of small changes:
clippy::for all lints (deprecated or not) when they're used without it. It wouldn't be a problem to add them back in.This came up as part of separating the internal lints into their own crate. Both the metadata collector and the lint registration code needs access to the deprecated and renamed lists. This form lets all the deprecations be a separate crate.
r? @flip1995
changelog: none