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_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
cargo clippy --fix fails on a codebase that compiles (cargo build succeeds) C-bug Category: Clippy is not doing the correct thing
#14319 opened Feb 28, 2025 by 0x53A
Duplicate diagnostics when using --message-format json with --all-targets/--bins --tests C-bug Category: Clippy is not doing the correct thing
#14315 opened Feb 27, 2025 by Leandros
False negatives for missing_docs_in_private_items since 1.79. 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
#14301 opened Feb 26, 2025 by nmathewson
Lint against String::from_raw_parts A-lint Area: New lints
#14293 opened Feb 25, 2025 by robertbastian
missing-const-for-fn false positive when a derefMut is used C-bug Category: Clippy is not doing the correct thing
#14290 opened Feb 24, 2025 by GuiAmPm
suggest a.is_multiple_of(b) for a % b == 0 A-lint Area: New lints
#14289 opened Feb 24, 2025 by folkertdev
doc_overindented_list_items false positive expecting fewer spaces C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14275 opened Feb 22, 2025 by azriel91
CARGO_INCREMENTAL=0 prevents clippy::std_instead_of_* from warning on mixed std/core imports C-bug Category: Clippy is not doing the correct thing
#14273 opened Feb 21, 2025 by cwfitzgerald
References within Rc/Arc may not be meaningful A-lint Area: New lints
#14260 opened Feb 20, 2025 by A4-Tacks
ProTip! Type g i on any issue or pull request to go back to the issue listing page.