-
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
unnecessary_lazy_evaluations
is suggested for async closure
C-bug
#14578
by kb10uy
was closed Apr 17, 2025
unnecessary_lazy_evaluations
incorrectly suggest to eagerly evaluate unsafe methods
C-bug
#13438
by AngelicosPhosphoros
was closed Sep 22, 2024
Wrong help message suggested for Category: Clippy is not doing the correct thing
unwrap_or_else
C-bug
#13293
by nichmor
was closed Aug 24, 2024
regression: unnecessary_lazy_evaluations not triggered on thiserror enum variant
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
#13249
opened Aug 10, 2024 by
birkenfeld
unnecessary_lazy_evaluations suggests running Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
unsafe
code eagerly
C-bug
#13226
opened Aug 6, 2024 by
kornelski
unnecessary_lazy_evaluations
does not take into account utility of laziness to avoid addition/subtraction over/underflowing
C-bug
#11961
by rben01
was closed Dec 14, 2023
unnecessary_lazy_evaluations suggests a fix that panics
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#11931
by tuxbzh
was closed Feb 8, 2024
unnecessary_lazy_evaluations
fix causes a panic when used with Range::contains()
C-bug
#11930
by rezzubs
was closed Feb 9, 2024
unnecessary_lazy_evaluations
gives wrong suggestions for then
C-bug
#11793
by danieledapo
was closed Nov 17, 2023
clippy::unnecessary_lazy_evaluations
produces a suggestion that would cause a divide-by-zero panic, despite the original code not causing such
C-bug
#11722
by LikeLakers2
was closed Oct 27, 2023
unnecessary_lazy_evaluations
suggests wrong fix
C-bug
#11672
opened Oct 15, 2023 by
barafael
unnecessary_lazy_evaluations
and once_cell::sync::Lazy
C-bug
#10462
by arifd
was closed Jun 7, 2023
unnecessary_lazy_evaluations
and Deref
C-bug
#10437
by Kyuuhachi
was closed Jun 5, 2023
clippy::unnecessary_lazy_evaluations false positive when laziness prevents underflow
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#10071
by krtab
was closed Dec 18, 2022
bool::then
-> bool::then_some
within unnecessary_lazy_eval
can suggest fixes that can panic
C-bug
#9814
by alokedesai
was closed Nov 17, 2023
unnecessary closure used with Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
bool::then
in field definition
C-bug
#9485
by xerenahmed
was closed Sep 30, 2022
unnecessary_lazy_evaluations
gets triggered by a derive macro
C-bug
#9439
by griffi-gh
was closed Sep 30, 2022
unnecessary_lazy_evaluations
: Shouldn't warn about values with significant Drop
impl
C-bug
#9427
by sdroege
was closed Nov 22, 2022
unnecessary_lazy_evaluations
suggestion causes panic on bool::then
C-bug
#9422
by barryfam
was closed Nov 17, 2023
panic w/ clippy 0.1.63 (4b91a6ea 2022-08-08)
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#9358
by joshuef
was closed Aug 28, 2022
Cargo clippy crashes on veloren with Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
nightly-2022-07-19
C-bug
#9238
by xMAC94x
was closed Jul 25, 2022
bool::then
with trivial body should use bool::then_some
A-lint
#9097
by joshtriplett
was closed Jul 6, 2022
unnecessary_lazy_evaluations
does not take cost of expression into account
C-bug
#8522
opened Mar 11, 2022 by
jhpratt
unnecessary_lazy_evaluations help produces code which formatted differently than rustfmt
C-bug
Category: Clippy is not doing the correct thing
#8394
opened Feb 4, 2022 by
Fishrock123
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.