-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Issues: rust-lang/rust-clippy
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
Label
Projects
Milestones
Assignee
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
#12811
by Kriskras99
was closed May 18, 2024
clippy::used_underscore_binding
fires on an unused function parameter
C-bug
#12810
opened May 16, 2024 by
Kriskras99
Check if Category: Enhancement of lints, like adding more cases or adding help messages
clippy::used_underscore_binding
is allowed on the underscore field
C-enhancement
#11520
by xFrednet
was closed Sep 18, 2023
test
to_string_in_format_args_incremental
fails in a read-only working directory
#11126
opened Jul 8, 2023 by
Noratrieb
feature: Warn for Area: New lints
pub
fields prefixed with an underscore
A-lint
#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 Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
_next
in a for-loop
C-bug
#1846
by dtolnay
was closed Jun 28, 2017
Fix Category: Clippy is not doing the correct thing
used_underscore_binding
C-bug
#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
used_underscore_binding triggered on #[derive(RustcEncodable)] and macros
#536
by karyon
was closed Jan 2, 2016
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.