Skip to content

Issues: rust-lang/rust-clippy

[Roadmap] False Positive Rate
#6623 opened Jan 22, 2021 by flip1995
Open 10
Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

clippy::needless_update with Default..default() is not usable C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12997 opened Jun 25, 2024 by rbtcollins
unnecessary_struct_initialization triggers in proc-macros C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have T-macros Type: Issues with macros and macro expansion
#12996 opened Jun 25, 2024 by daxpedda
cast_lossless does not effect on some cases 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
#12991 opened Jun 24, 2024 by CrazyboyQCD
ref_binding_to_reference false negative in expressions misclassified as postfix 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
#12990 opened Jun 24, 2024 by dtolnay
Typealias shouldn't be expanded when suggesting casts/transmutes/type annotations 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
#12988 opened Jun 23, 2024 by kchibisov
arc_with_non_send_sync warns on the caller of a function instead of the function itself C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12982 opened Jun 23, 2024 by ItsSunnyMonster
ICE in clippy::borrow_interior_mutable_const C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#12979 opened Jun 22, 2024 by saethlin
or_fun_call misses nested calls 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
#12973 opened Jun 21, 2024 by TomFryersMidsummer
clippy::explicit_auto_deref incorrectly removes deref when ampersand is present 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
#12969 opened Jun 20, 2024 by wr7
manual_unwrap_or_default invalid suggestion on macro expanded code C-bug Category: Clippy is not doing the correct thing
#12967 opened Jun 20, 2024 by dj8yfo
into_iter_without_iter warns when code blocks are in particular order C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12964 opened Jun 20, 2024 by ijijn
Warn against non-obvious const shadowing A-lint Area: New lints
#12959 opened Jun 19, 2024 by FineFindus
The excessive_precision linter suggestion causes a compilation error C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12954 opened Jun 18, 2024 by tencek
declare_interior_mutable_const now fires in macros where it is meant to be allowed C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12951 opened Jun 18, 2024 by kpreid
cached rustc failure with -W all C-bug Category: Clippy is not doing the correct thing
#12940 opened Jun 16, 2024 by lolbinarycat
new lint: passthrough enumerate A-lint Area: New lints
#12935 opened Jun 15, 2024 by matthiaskrgr
Compiler errors after clippy fixes. Maybe issue with WebAssembly attribute. C-bug Category: Clippy is not doing the correct thing
#12932 opened Jun 14, 2024 by PaulXiCao
ProTip! Find all open issues with in progress development work with linked:pr.