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
Beta
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
Stack overflow when using recursive type and conditions C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14935 opened May 30, 2025 by supersurviveur
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
Move excessive_nesting to pedantic A-category Area: Categorization of lints good first issue These issues are a good way to get started with Clippy
#14923 opened May 30, 2025 by Centri3
[Feature] Hierarchical allow/deny configuration like .cargo/config.toml C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise.
#14922 opened May 30, 2025 by bes
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
[PERF] Instantiations are getting too far performance-project For issues and PRs related to the Clippy Performance Project
#14902 opened May 26, 2025 by blyxyas
33 tasks
Unused subpattern A-lint Area: New lints
#14899 opened May 26, 2025 by A4-Tacks
cargo clippy --fix tries to apply mul_add but causes [E0689] C-bug Category: Clippy is not doing the correct thing
#14897 opened May 25, 2025 by nik-sm
[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
Auto fixes of single_char_pattern might fail to compile C-bug Category: Clippy is not doing the correct thing
#14893 opened May 25, 2025 by PRO-2684
ICE: byte index is not a char boundary C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14889 opened May 24, 2025 by TroyKomodo
ProTip! Adding no:label will show everything without a label.