-
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
Multiple arguments in brackets or parenthesis
A-lint
Area: New lints
#14057
opened Jan 22, 2025 by
Karljoy973
[arithmetic_side_effects] false positive with string and derefs
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14054
opened Jan 21, 2025 by
JP-Ellis
Useless check for chars
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14052
opened Jan 21, 2025 by
xamgore
Code highlighting on lints website using SCSS language a lot somehow?
A-website
Area: Improving the clippy website
#14048
opened Jan 20, 2025 by
steffahn
Weird behavior of clippy in qualification script
C-bug
Category: Clippy is not doing the correct thing
#14045
opened Jan 20, 2025 by
emabee
obfuscated_if_else
doesn't check for side effects in subexpressions
C-bug
#14034
opened Jan 19, 2025 by
samueltardieu
Example code in
significant_drop_in_scrutinee
documentation gives bad advice
#14028
opened Jan 18, 2025 by
zackw
Option::is_none_or
: unnecessary_map_or
lint doesn't work on references
C-bug
#14023
opened Jan 18, 2025 by
Azkellas
missing-const-for-fn false positives incoming
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14020
opened Jan 17, 2025 by
matthiaskrgr
Add a lint to check for functions/methods that could be From
A-lint
Area: New lints
#14018
opened Jan 17, 2025 by
FalkWoldmann
[1.84.0 regression] Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#[allow(clippy::disallowed_macros)]
does not work on two-argument std::panic
C-bug
#14017
opened Jan 17, 2025 by
Deewiant
False Positive of Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
clippy::missing_const_for_fn
C-bug
#14013
opened Jan 17, 2025 by
yhx-12243
from_over_into auto fix breaks type inference
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14012
opened Jan 17, 2025 by
zaneduffield
manual_memcpy
does not trigger when a loop uses an iterator
C-bug
#14009
opened Jan 16, 2025 by
lapla-cogito
unfulfilled_lint_expectations in combination with proc macro Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
[wasm_bingen]
C-bug
#14008
opened Jan 16, 2025 by
threema-theo
A Compiler bug
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14007
opened Jan 16, 2025 by
hardglitch
Restriction lint for unsealed traits
A-lint
Area: New lints
L-restriction
Lint: Belongs in the restriction lint group
#14006
opened Jan 16, 2025 by
Manishearth
iter_without_into_iter
suggests doubly incorrect IntoIter
type
C-bug
#14004
opened Jan 15, 2025 by
samueltardieu
False positive for Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
infinite_loop
inside async
block in function
C-bug
#14000
opened Jan 14, 2025 by
jwodder
missing_docs_in_private_items
: false negative when used with clap derive
C-bug
#13996
opened Jan 13, 2025 by
stevenengler
literal_string_with_formatting_args
should provide a way to declare formatting macro
#13994
opened Jan 13, 2025 by
ia0
Clippy with Category: Clippy is not doing the correct thing
--no-deps
emits unexpected warnings from deps or should have emitted warnings as expected
C-bug
#13983
opened Jan 11, 2025 by
zjp-CN
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.