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
Beta
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

Rust 2024 match ergonomics and needless_borrowed_reference A-category Area: Categorization of lints C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages D-confusing S-needs-discussion Status: Needs further discussion before merging or work can be started
#13616 opened Oct 28, 2024 by traviscross
needless_borrowed_reference makes invalid suggestions 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
#13035 opened Jul 3, 2024 by wr7
ICE when invoking cargo clippy --fix C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#12784 by Zoybean was closed May 9, 2024
needless_borrowed_reference for lambdas not immediately typed C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#11566 opened Sep 25, 2023 by Wolvereness
New lint type: borrow / references C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages performance-project For issues and PRs related to the Clippy Performance Project
#11464 by blyxyas was closed Sep 10, 2023
Conflict between pattern_type_mismatch and needless_borrowed_reference in for loop. C-bug Category: Clippy is not doing the correct thing
#10376 by GilShoshan94 was closed Feb 19, 2023
False pattern_type_mismatch positive: suggests reference when not allowed (appears when unpacking) C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#9378 opened Aug 26, 2022 by tgross35
Lint suggestion: redundant &ref in patterns C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#1397 opened Dec 22, 2016 by andersk
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.