Skip to content

Issues: rust-lang/rust-clippy

Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
Beta
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Slow and biased rounding A-lint Area: New lints
#13224 opened Aug 6, 2024 by TomFryersMidsummer
clippy::suboptimal_flops suggestion can introduce errors with mul_add() C-bug Category: Clippy is not doing the correct thing
#11831 by StHagel was closed Nov 27, 2023
mul_add suggested for no_std where it is unavailable C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#10728 by tommy-gilligan was closed May 3, 2023
Re-implementing float abs with no_std C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#10634 by Rudxain was closed Apr 23, 2023
suboptimal_flops: can't call method mul_add on ambiguous numeric type `{float} C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#10015 opened Dec 1, 2022 by matthiaskrgr
Incorrect suggestion for clippy::suboptimal_flops C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#10003 by bsdrks was closed Dec 26, 2022
suboptimal_flops does not capture expressions using subtraction C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#9526 by shssoichiro was closed Oct 3, 2022
Clippy fix doesn't add required parentheses to cast C-bug Category: Clippy is not doing the correct thing I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#9391 by ijijn was closed Aug 30, 2022
suboptimal_flops in const functions C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#8004 by leonardo-m was closed Nov 22, 2021
Most commonly ignored lints on crates.io A-category Area: Categorization of lints C-tracking-issue Category: Tracking Issue S-needs-discussion Status: Needs further discussion before merging or work can be started
#7666 by dtolnay was closed Oct 9, 2022
Clippy suggests code that does not compile, because {float} is an ambigous type C-bug Category: Clippy is not doing the correct thing I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#7652 opened Sep 9, 2021 by Volker-Weissmann
clippy suggests40..to_radians() which is a compile error C-bug Category: Clippy is not doing the correct thing good-first-issue These issues are a good way to get started with Clippy I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#7651 by Volker-Weissmann was closed Dec 28, 2021
"square can be computed more efficiently" is wrong C-bug Category: Clippy is not doing the correct thing good-first-issue These issues are a good way to get started with Clippy I-false-positive Issue: The lint was triggered on code it shouldn't have
#7058 by RReverser was closed May 18, 2021
Split suboptimal_flops into smaller lints A-lint Area: New lints S-needs-discussion Status: Needs further discussion before merging or work can be started
#6867 opened Mar 8, 2021 by HalfVoxel
Detect usage of custom floating-point abs implementation A-lint Area: New lints good-first-issue These issues are a good way to get started with Clippy L-complexity Lint: Belongs in the complexity lint group
#5224 by krishna-veerareddy was closed Mar 4, 2020
ProTip! no:milestone will show everything without a milestone.