-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Issues: rust-lang/rust-clippy
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
Label
Projects
Milestones
Assignee
Sort
Issues list
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
suggestion from suboptimal_flops
applies unary minus to unsigned integer, leading to compiler error
C-bug
#11559
by ijijn
was closed Oct 28, 2023
mul_add
suggested for no_std
where it is unavailable
C-bug
#10728
by tommy-gilligan
was closed May 3, 2023
Re-implementing float Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
abs
with no_std
C-bug
#10634
by Rudxain
was closed Apr 23, 2023
suboptimal_flops: can't call method 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
mul_add
on ambiguous numeric type `{float}
C-bug
#10015
opened Dec 1, 2022 by
matthiaskrgr
Incorrect suggestion for Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
clippy::suboptimal_flops
C-bug
#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 suggestsCategory: 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
40..to_radians()
which is a compile error
C-bug
#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 Area: New lints
S-needs-discussion
Status: Needs further discussion before merging or work can be started
suboptimal_flops
into smaller lints
A-lint
#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.