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

Warn of ..Default::default() A-lint Area: New lints
#14382 opened Mar 9, 2025 by dorschw
Suggest the use of the std lib blsi instruction A-lint Area: New lints
#14380 opened Mar 9, 2025 by leonardo-m
shadow_unrelated raised when assigning couples C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14377 opened Mar 8, 2025 by t-webber
needless_pass_by_value suggestion on Option should recursively check inner C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#14375 opened Mar 8, 2025 by dswij
FP for expl_impl_clone_on_copy C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14374 opened Mar 7, 2025 by edwloef
Debug-formatting errors A-lint Area: New lints
#14373 opened Mar 7, 2025 by BatmanAoD
manual_async_fn suggests code with incompatible 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 I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#14372 opened Mar 7, 2025 by SpecificProtagonist
filter_map with return statement cannot always be decomposed 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
#14368 opened Mar 7, 2025 by chlobes
unnecessary_cast fix suggestion introduces compile error for (expr_with_float_literals as f64).powf(2.0) 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
#14366 opened Mar 6, 2025 by trevoranderson
int_plus_one adversely affects codegen because of underflow C-bug Category: Clippy is not doing the correct thing
#14365 opened Mar 6, 2025 by ArhanChaudhary
[Proposal] No new features period
#14364 opened Mar 6, 2025 by blyxyas
missing_safety_doc lint doesn't trigger on unsafe extern "C" fn 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
#14359 opened Mar 6, 2025 by hdoordt
case_sensitive_file_extension_comparisons should suggest is_some_and C-bug Category: Clippy is not doing the correct thing
#14357 opened Mar 6, 2025 by nyurik
lint against float -> int casting A-lint Area: New lints
#14356 opened Mar 5, 2025 by eric-seppanen
needless_borrow emitted on expression that changes types when & is removed 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
#14352 opened Mar 4, 2025 by antonilol
extend needless_collect A-lint Area: New lints
#14350 opened Mar 4, 2025 by lengyijun
test_private_function A-lint Area: New lints
#14343 opened Mar 3, 2025 by tamaro-skaljic
unbuffered_bytes lint does not provide a better solution C-bug Category: Clippy is not doing the correct thing
#14340 opened Mar 3, 2025 by schultetwin1
stack overflow in nursery lints C-bug Category: Clippy is not doing the correct thing
#14336 opened Mar 2, 2025 by matthiaskrgr
Warn on unused for<'a> lifetime A-lint Area: New lints
#14334 opened Mar 2, 2025 by ndmitchell
clippy::useless_conversion suggested fix breaks code with 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 I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#14322 opened Feb 28, 2025 by m-mueller678
ProTip! Type g i on any issue or pull request to go back to the issue listing page.