We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Tracking issue for rust-lang/rfcs#86.
Looks like #14554 has this covered.
The text was updated successfully, but these errors were encountered:
This is old and can be closed now.
Sorry, something went wrong.
Ah yes, thanks @kmcallister!
match_same_arms, ifs_same_cond: lint once per same arm/condition (r…
match_same_arms
ifs_same_cond
feb70b5
…ust-lang#14637) A large fraction of the lints emitted in CI lintcheck come from [this `match`](https://github.com/unicode-rs/unicode-normalization/blob/v0.1.23/src/tables.rs#L34289), currently for `n` same arms `((n - 1) * n)/2` lints are emitted, with this change it will be emitted as a single lint Also fixes rust-lang/rust-clippy#13835 changelog: none
No branches or pull requests
Tracking issue for rust-lang/rfcs#86.
Looks like #14554 has this covered.
The text was updated successfully, but these errors were encountered: