-
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
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
cargo clippy --fix
fails on a codebase that compiles (cargo build
succeeds)
C-bug
#14319
opened Feb 28, 2025 by
0x53A
Duplicate diagnostics when using Category: Clippy is not doing the correct thing
--message-format json
with --all-targets
/--bins --tests
C-bug
#14315
opened Feb 27, 2025 by
Leandros
Split Area: New lints
clippy::manual_is_power_of_two
into two lints to handle x & (x - 1) == 0
better
A-lint
#14309
opened Feb 27, 2025 by
daira
False negatives for missing_docs_in_private_items since 1.79.
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
#14301
opened Feb 26, 2025 by
nmathewson
Lint against Area: New lints
String::from_raw_parts
A-lint
#14293
opened Feb 25, 2025 by
robertbastian
missing-const-for-fn false positive when a derefMut is used
C-bug
Category: Clippy is not doing the correct thing
#14290
opened Feb 24, 2025 by
GuiAmPm
suggest Area: New lints
a.is_multiple_of(b)
for a % b == 0
A-lint
#14289
opened Feb 24, 2025 by
folkertdev
doc_overindented_list_items false positive expecting fewer spaces
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14275
opened Feb 22, 2025 by
azriel91
CARGO_INCREMENTAL=0
prevents clippy::std_instead_of_*
from warning on mixed std/core imports
C-bug
#14273
opened Feb 21, 2025 by
cwfitzgerald
future_not_send unclear about what value is held across an await
#14271
opened Feb 21, 2025 by
bionicles
Consider deleting
FORMAT_MACRO_DIAG_ITEMS
, and tag the macros in stdlib
#14267
opened Feb 21, 2025 by
nyurik
References within Rc/Arc may not be meaningful
A-lint
Area: New lints
#14260
opened Feb 20, 2025 by
A4-Tacks
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.