-
Couldn't load subscription status.
- Fork 13.9k
Check rust lints when an unknown lint is detected #119819
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
Conversation
|
r? @davidtwco (rustbot has picked a reviewer for you, use r? to override) |
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
This comment has been minimized.
This comment has been minimized.
d38a0a7 to
51e1395
Compare
This comment has been minimized.
This comment has been minimized.
b4f3934 to
8aceb60
Compare
This comment has been minimized.
This comment has been minimized.
a820a65 to
c335dd4
Compare
|
@rustbot ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a re-wording of the documentation comment, this otherwise looks good now!
This comment has been minimized.
This comment has been minimized.
8e3a6f4 to
ca421fe
Compare
|
@bors r+ |
…llaumeGomez Rollup of 6 pull requests Successful merges: - rust-lang#119817 (Remove special-casing around `AliasKind::Opaque` when structurally resolving in new solver) - rust-lang#119819 (Check rust lints when an unknown lint is detected) - rust-lang#119872 (Give me a way to emit all the delayed bugs as errors (add `-Zeagerly-emit-delayed-bugs`)) - rust-lang#119877 (Add more information to `visit_projection_elem`) - rust-lang#119884 (Rename `--env` option flag to `--env-set`) - rust-lang#119885 (Revert rust-lang#113923) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#119819 - chenyukang:yukang-fix-118183-lint, r=davidtwco Check rust lints when an unknown lint is detected Fixes rust-lang#118183
… r=davidtwco Check rust lints when an unknown lint is detected Fixes rust-lang#118183
Fixes #118183