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
Assigned to nobody Loading
Sort

Issues list

Lint use of functions with underscore-prefixed names A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-pedantic Lint: Belongs in the pedantic lint group
#13260 by laniakea64 was closed Aug 27, 2024
used_underscore_binding is triggered for fields without underscore C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have T-macros Type: Issues with macros and macro expansion
#13058 opened Jul 6, 2024 by Bytekeeper
cargo clippy does not lint tests, code in bin/ but cargo clippy --fix does C-bug Category: Clippy is not doing the correct thing
#12811 by Kriskras99 was closed May 18, 2024
clippy::used_underscore_binding fires on an unused function parameter C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12810 opened May 16, 2024 by Kriskras99
Check if clippy::used_underscore_binding is allowed on the underscore field C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#11520 by xFrednet was closed Sep 18, 2023
feature: Warn for pub fields prefixed with an underscore A-lint Area: New lints
#10282 by ParkMyCar was closed Dec 29, 2023
False positive on used_underscore_binding C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#9131 by hellow554 was closed Jul 8, 2022
Most commonly ignored lints on crates.io A-category Area: Categorization of lints C-tracking-issue Category: Tracking Issue S-needs-discussion Status: Needs further discussion before merging or work can be started
#7666 by dtolnay was closed Oct 9, 2022
False positive in used_underscore_binding on _next in a for-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
#1846 by dtolnay was closed Jun 28, 2017
Fix used_underscore_binding C-bug Category: Clippy is not doing the correct thing
#947 by mcarton was closed Sep 18, 2023
used_underscore_binding trigged on #[derive(Serialize)] using serde C-bug Category: Clippy is not doing the correct thing good first issue These issues are a good way to get started with Clippy T-middle Type: Probably requires verifiying types
#852 by compressed was closed Apr 20, 2019
False positive for used_underscore_binding C-bug Category: Clippy is not doing the correct thing good first issue These issues are a good way to get started with Clippy T-macros Type: Issues with macros and macro expansion T-middle Type: Probably requires verifiying types
#696 by bluss was closed Apr 21, 2019
Result from running on a few crates C-question Category: Questions S-needs-discussion Status: Needs further discussion before merging or work can be started
#553 by mcarton was closed Dec 3, 2018
lint against using a binding whose name is prefixed with an underscore C-bug Category: Clippy is not doing the correct thing good first issue These issues are a good way to get started with Clippy I-false-positive Issue: The lint was triggered on code it shouldn't have
#488 by oli-obk was closed Dec 29, 2023
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.