-
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
How to save a global data when I'm developing a new lint.
C-question
Category: Questions
#14170
opened Feb 7, 2025 by
callanchen
bad_bit_mask
is misguided and the documentation is misleading & unnecessarily combative
C-bug
#14167
opened Feb 6, 2025 by
briansmith
let_and_return
can generate code that does not compile when lifetimes are involved
C-bug
#14164
opened Feb 6, 2025 by
rdelfin
Clippy fails to automatically fix issues for serde-json-core
C-bug
Category: Clippy is not doing the correct thing
#14157
opened Feb 5, 2025 by
sirhcel
used_underscore_items should not warn about uses of foreign 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
#14156
opened Feb 5, 2025 by
taiki-e
collapsible_match
suggestion incomplete
C-bug
#14155
opened Feb 5, 2025 by
nk9
nonminimal_bool and is_x86_feature_detected
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
T-macros
Type: Issues with macros and macro expansion
#14153
opened Feb 5, 2025 by
GoldsteinE
clippy::non_canonical_partial_ord_impl
warns for canonical forwarding implementation
C-bug
#14149
opened Feb 5, 2025 by
hrxi
needless_option_as_deref false positive in trait
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
#14148
opened Feb 4, 2025 by
bobroberts177
zero_len_vec_used
for iterating, using vec.len()
, or slicing after Vec::with_capacity
A-lint
#14146
opened Feb 4, 2025 by
jakubdabek
Feature request: Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
allow-unwrap-in-tests
should allow unwrap_err
C-bug
#14145
opened Feb 4, 2025 by
erikschul
Spot the next_multiple_of coding pattern
A-lint
Area: New lints
#14144
opened Feb 4, 2025 by
leonardo-m
double_ended_iterator_last
should not trigger on immutable non-ref receiver
C-bug
#14139
opened Feb 2, 2025 by
samueltardieu
doc_include_without_cfg "Added in" version is wrong
C-bug
Category: Clippy is not doing the correct thing
#14135
opened Feb 2, 2025 by
Xiretza
failed to automatically apply fixes suggested by rustc to crate Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
riscv_emu_rust
C-bug
#14134
opened Feb 2, 2025 by
tommythorn
lines_filter_map_ok: Incorrect suggestion when 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
Result
is a type alias
C-bug
#14128
opened Feb 1, 2025 by
taiki-e
lines_filter_map_ok should respect MSRV
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14127
opened Feb 1, 2025 by
taiki-e
Clippy can not fix the following issues
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
#14120
opened Jan 30, 2025 by
iajoiner
sort + indexing => select_nth_unstable
A-lint
Area: New lints
#14119
opened Jan 30, 2025 by
leonardo-m
redundant_pattern_matching
: if let Err(_) = ... else
and if ....is_err()
are not the same
C-bug
#14113
opened Jan 30, 2025 by
KizzyCode
manual_ok_err prevents type ascription
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14112
opened Jan 30, 2025 by
tamird
Clippy can't find crate for Category: Clippy is not doing the correct thing
std
but target is installed
C-bug
#14104
opened Jan 29, 2025 by
rafaelbeckel
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.