-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
manual_flatten
leads to lines_filter_map_ok
leads to doesn't have a size known at compile-time
C-bug
#14400
opened Mar 12, 2025 by
cycle-five
split Area: New lints
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
redundant_type_annotations
into "redundant" and "unnecessary" flavors
A-lint
#14390
opened Mar 11, 2025 by
eric-seppanen
Clippy suggests broken code when modifying union fields behind ManuallyDrop
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
#14386
opened Mar 10, 2025 by
abgros
Suggest the use of the std lib blsi instruction
A-lint
Area: New lints
#14380
opened Mar 9, 2025 by
leonardo-m
shadow_unrelated
raised when assigning couples
C-bug
#14377
opened Mar 8, 2025 by
t-webber
manual_async_fn suggests code with incompatible lifetimes
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
#14372
opened Mar 7, 2025 by
SpecificProtagonist
filter_map with return statement cannot always be decomposed
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
#14368
opened Mar 7, 2025 by
chlobes
unnecessary_cast fix suggestion introduces compile error for (expr_with_float_literals as f64).powf(2.0)
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
#14366
opened Mar 6, 2025 by
trevoranderson
int_plus_one adversely affects codegen because of underflow
C-bug
Category: Clippy is not doing the correct thing
#14365
opened Mar 6, 2025 by
ArhanChaudhary
bug: false positive for
literal_string_with_formatting_args
lint
#14363
opened Mar 6, 2025 by
dj8yfo
missing_safety_doc
lint doesn't trigger on unsafe extern "C" fn
C-bug
#14359
opened Mar 6, 2025 by
hdoordt
case_sensitive_file_extension_comparisons should suggest Category: Clippy is not doing the correct thing
is_some_and
C-bug
#14357
opened Mar 6, 2025 by
nyurik
How to use dataflow analysis of MIR to track the variable's value
#14353
opened Mar 4, 2025 by
relaxcn
needless_borrow emitted on expression that changes types when 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
&
is removed
C-bug
#14352
opened Mar 4, 2025 by
antonilol
unbuffered_bytes
lint does not provide a better solution
C-bug
#14340
opened Mar 3, 2025 by
schultetwin1
stack overflow in nursery lints
C-bug
Category: Clippy is not doing the correct thing
#14336
opened Mar 2, 2025 by
matthiaskrgr
clippy::useless_conversion suggested fix breaks code with lifetimes
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
#14322
opened Feb 28, 2025 by
m-mueller678
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.