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
Sort

Issues list

False positive literal_string_with_formatting_args for non-static templete string expansion with replace. C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13989 opened Jan 12, 2025 by anatawa12
Incorrect suggestions for significant_drop_in_scrutinee 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
#13986 opened Jan 11, 2025 by samueltardieu
Clippy with --no-deps emits unexpected warnings from deps or should have emitted warnings as expected C-bug Category: Clippy is not doing the correct thing
#13983 opened Jan 11, 2025 by zjp-CN
restriction lint: implicit drop A-lint Area: New lints
#13982 opened Jan 11, 2025 by lolbinarycat
New Lint - Pointless mutation A-lint Area: New lints
#13977 opened Jan 10, 2025 by kinnison
NewLint: unused tuple element A-lint Area: New lints
#13975 opened Jan 9, 2025 by SpriteOvO
Package offers easily confusable features A-lint Area: New lints
#13969 opened Jan 9, 2025 by obi1kenobi
SCREAMING_SNAKE_CASE and UPPERCASE names don't get flagged by module_name_repetitions 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
#13968 opened Jan 9, 2025 by mansf-osk
reborrow or copy-then-borrow A-lint Area: New lints
#13967 opened Jan 9, 2025 by bingmatv
Suggest to remove unneeded trailing comma A-lint Area: New lints
#13965 opened Jan 9, 2025 by nyurik
Suggested map_or_else when value partialy moved C-bug Category: Clippy is not doing the correct thing E-medium Call for participation: Medium difficulty level problem and requires some initial experience. 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
#13964 opened Jan 8, 2025 by t-webber
Lint to warn on use of #[deny(lint)] in code A-lint Area: New lints
#13963 opened Jan 8, 2025 by epage
Clippy wrong detects E0597 C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13962 opened Jan 8, 2025 by devmaxde
write_literal breaks raw strings C-bug Category: Clippy is not doing the correct thing
#13959 opened Jan 7, 2025 by ChrisJefferson
clippy::restriction::direct_field_access A-lint Area: New lints
#13957 opened Jan 7, 2025 by onkoe
clippy::restriction::pub_fields A-lint Area: New lints
#13956 opened Jan 7, 2025 by onkoe
manual_div_ceil does not check constants 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
#13950 opened Jan 6, 2025 by Nugine
False positive missing_const_for_fn if there are #[start] and #[test] both are 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
#13946 opened Jan 5, 2025 by alex-semenyuk
Compile error after applying clippy::map_entry C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13934 opened Jan 3, 2025 by hwright
ProTip! Adding no:label will show everything without a label.