-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove slice diagnostic item #84174
Remove slice diagnostic item #84174
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
I think clippy tests don't run for PRs, so this may still be needed until the submodule sync. |
Clippy tests only run on a PR, if something in the Clippy dir was changed. You'll have to check this locally: |
FWIW using the diagnostic item feels reasonable for diagnostic purposes (rather than using the lang item). But no big deal either way. r=me once we clippy sync |
Sync PR is up: #84427 |
Sync is merged. A local clippy test passed. @bors r=Mark-Simulacrum |
📌 Commit b319031 has been approved by |
☀️ Test successful - checks-actions |
...because it is unusally placed on an impl and is redundant with a lang item.
Depends on rust-lang/rust-clippy#7074 (next clippy sync).
I expect clippy tests to fail in the meantime.Nope tests passed...CC @flip1995