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

Documentation C-bug Category: Clippy is not doing the correct thing
#13822 opened Dec 12, 2024 by ShakenCodes
cast_possible_truncation suggestion problem C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13814 opened Dec 11, 2024 by leonardo-m
identity_op in some scenarios C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13813 opened Dec 11, 2024 by pacak
extra_unused_lifetimes does not warn on spurious for<'a> I-false-negative Issue: The lint should have been triggered on code, but wasn't
#13812 opened Dec 11, 2024 by jrose-signal
Incorrect warning explicit lifetimes could be elided C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13811 opened Dec 11, 2024 by ikezedev
Automatic fix fails for assert_eq! macros 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
#13806 opened Dec 10, 2024 by yourlogarithm
unnecessary_unwrap does not consider non-nested control flow 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
#13805 opened Dec 10, 2024 by kpreid
Add useless_concat A-lint Area: New lints
#13793 opened Dec 7, 2024 by sorairolake
Add allow-disallowed-*-in-tests configuration items A-ui Area: Clippy interface, usage and configuration C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages L-restriction Lint: Belongs in the restriction lint group
#13790 opened Dec 6, 2024 by PaulDance
manual_unsigned_abs A-lint Area: New lints
#13786 opened Dec 6, 2024 by owenthewizard
manual_str_repeat should trigger for repeat_n with msrv 1.82 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
#13784 opened Dec 5, 2024 by dylwil3
Lint against redundant Vec resizing A-lint Area: New lints
#13782 opened Dec 4, 2024 by anp
unsafe extern { safe fn } support
#13777 opened Dec 4, 2024 by Nemo157
[needless_late_init] suggestion doesn't compile when the initializing takes place inside 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 I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied T-macros Type: Issues with macros and macro expansion
#13776 opened Dec 4, 2024 by J-ZhengLi
No span for clippy::large_stack_arrays C-bug Category: Clippy is not doing the correct thing
#13774 opened Dec 3, 2024 by IceTDrinker
needless nested match A-lint Area: New lints
#13773 opened Dec 3, 2024 by owenthewizard
manual_let_else suggests incorrect code change 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
#13768 opened Dec 1, 2024 by nyurik
Remove .copied() or .cloned() when possible A-lint Area: New lints
#13767 opened Dec 1, 2024 by nyurik
ProTip! Find all open issues with in progress development work with linked:pr.