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

Missing must_use on type implementing Future A-lint Area: New lints
#13886 opened Dec 27, 2024 by CryZe
literal_string_with_formatting_args false positive on test C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13885 opened Dec 27, 2024 by tamird
manual_assert triggers for cfg! C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13883 opened Dec 27, 2024 by dev-ardi
borrow-as-ptr eats parenthesis which break code 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 L-suggestion Lint: Improving, adding or fixing lint suggestions
#13882 opened Dec 26, 2024 by matthiaskrgr
multiple_unsafe_ops_per_block false positive when future is awaited inside unsafe block C-bug Category: Clippy is not doing the correct thing
#13879 opened Dec 26, 2024 by MolotovCherry
unecessary cast false positive C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13878 opened Dec 26, 2024 by arifd
new lint rule - dublicate generics in where A-lint Area: New lints
#13876 opened Dec 25, 2024 by ArtemIsmagilov
mutate_range_bound on immediately continued outer loop C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13870 opened Dec 23, 2024 by Hoetty
Add a lint for unbound mutex guards A-lint Area: New lints
#13869 opened Dec 23, 2024 by IvanUkhov
Idea: Allow #[allow(clippy::mutable_key_type)] on type definitions C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#13865 opened Dec 22, 2024 by anko
ICE when evaluating trait selection obligation C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#13862 opened Dec 21, 2024 by mciantyre
comparison_to_empty not triggered if comparing Cow<'a, str> to empty string slice 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
#13861 opened Dec 21, 2024 by selfisekai
manual_memcpy lints against slices but not pointer arythmetics 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
#13859 opened Dec 20, 2024 by sosthene-nitrokey
struct_field_names triggers when the field name *is* the struct name C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13857 opened Dec 20, 2024 by marienz
New lint: manual_slice_fill A-lint Area: New lints
#13856 opened Dec 20, 2024 by sosthene-nitrokey
excessive_precision should not lint when it's so excessive as to be clearly intentional C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13855 opened Dec 20, 2024 by scottmcm
cargo clippy --fix for clippy::manual_retain results in broken code C-bug Category: Clippy is not doing the correct thing
#13852 opened Dec 18, 2024 by mschrempf
arithmetic_side_effects doesn't fire in non-const function located inside of const definition 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
#13845 opened Dec 17, 2024 by u59149403
manual_div_ceil lint can suggest broken code C-bug Category: Clippy is not doing the correct thing
#13843 opened Dec 17, 2024 by neocturne
clippy panic: broken MIR in Item C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#13840 opened Dec 16, 2024 by vaivaswatha
trailing_empty_array in tests C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13837 opened Dec 16, 2024 by TomFryersMidsummer
Removing @rust-nofix from match_same_arms requires lint fixes C-bug Category: Clippy is not doing the correct thing
#13835 opened Dec 16, 2024 by scottgerring
ProTip! Find all open issues with in progress development work with linked:pr.