Skip to content

Issues: rust-lang/rust-clippy

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
Assigned to nobody Loading
Sort

Issues list

comparison_chain vs. const generics C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14936 opened May 30, 2025 by jcape
FP borrow_deref_ref C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14934 opened May 30, 2025 by matthiaskrgr
FP explicit_deref_methods mutability C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14933 opened May 30, 2025 by matthiaskrgr
FP identity_op does not catch type hint is needed C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14932 opened May 30, 2025 by matthiaskrgr
FP manual_swap : mutability mismatch C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14931 opened May 30, 2025 by matthiaskrgr
FP print_literal C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14930 opened May 30, 2025 by matthiaskrgr
range_zip_with_len causes type mismatch C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14929 opened May 30, 2025 by matthiaskrgr
FP redundant_pattern lifetime mismatch C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14928 opened May 30, 2025 by matthiaskrgr
FP return_and_then C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14927 opened May 30, 2025 by matthiaskrgr
FP semicolon_outside_block: macro C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14926 opened May 30, 2025 by matthiaskrgr
FP single_match_else (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
#14925 opened May 30, 2025 by matthiaskrgr
FP unused_trait_names C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14924 opened May 30, 2025 by matthiaskrgr
False positive in unnecessary_to_owned when a mutable borrow would cause a compiler 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 I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#14918 opened May 30, 2025 by shssoichiro
"spawned process is not wait()ed on in all code paths" when ? used in chain call before spawn() C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14911 opened May 28, 2025 by lyskov
[literal_string_with_formatting_args] support for lazy_format C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14894 opened May 25, 2025 by madonuko
false positive on chained re-exports of ffi C types with disallowed-types lint C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14880 opened May 24, 2025 by fidelicura
Stop suggesting alphabetic arrangement between different types of items (structs vs funcs vs mods etc) C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14875 opened May 23, 2025 by amab8901
False branches_sharing_code for bodies with macro call(s) C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have L-nursery Lint: Currently in the nursery group
#14873 opened May 22, 2025 by msix29
Stop triggering similar_names for 3-character names C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14869 opened May 22, 2025 by amab8901
cloned_ref_to_slice_refs suggestion may cause 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 I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#14856 opened May 20, 2025 by pv42
collapsible_else_if disregard platform code in else branch 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-bug Issue: The suggestion compiles but changes the code to behave in an unintended way
#14799 opened May 14, 2025 by pronebird
Lifetime error following unnecessary_to_owned going from .to_vec().into_iter() to .iter().copied() C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14711 opened Apr 30, 2025 by ginnyTheCat
self_named_module_files implementation is broken 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 I-false-positive Issue: The lint was triggered on code it shouldn't have
#14697 opened Apr 27, 2025 by TimNN
unfulfilled_lint_expectation warns on a lint that happens at MSRV but not at nightly C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14695 opened Apr 27, 2025 by ilyagr
[False Positive] Regarding adding const to a function that can't be const C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14658 opened Apr 20, 2025 by leonardo-m
ProTip! Follow long discussions with comments:>50.