-
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
Possible problems involving 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
clippy::shadow_reuse
and auto-generated code
good first issue
#9757
by c410-f3r
was closed Apr 24, 2023
clippy bug report
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#8850
by bobi6666
was closed May 26, 2022
Compiler error when running
clippy
after the rust 1.58
update.
#8307
by appetrosyan
was closed Jan 27, 2022
shadow_unrelated triggered instead of shadow_reuse for if-let-bindings
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
#8087
by n47h4n13l
was closed Dec 25, 2021
Migrate to Category: Tracking Issue
performance-project
For issues and PRs related to the Clippy Performance Project
span_clippy_lint
C-tracking-issue
#7797
opened Oct 9, 2021 by
camsteffen
3 tasks
shadow_unrelated: entire match statement in warning instead of just var name
C-bug
Category: Clippy is not doing the correct thing
L-suggestion
Lint: Improving, adding or fixing lint suggestions
#7764
by matthiaskrgr
was closed Oct 7, 2021
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
shadow_unrelated does not register a variable being shadowed
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
#7620
by nemqe
was closed Sep 30, 2021
Is there any lint to indicate more than one variable with the same name in the same scope?
#7014
by Dengjianping
was closed Apr 1, 2021
clippy does not warn me of shadowing
C-bug
Category: Clippy is not doing the correct thing
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
#3979
by bestia-dev
was closed Feb 28, 2020
Lint dangerous uses of shadowing
A-lint
Area: New lints
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
L-guidelines
Lint: Related to the Rust API Guidelines
#3433
opened Nov 16, 2018 by
oli-obk
Why is shadow_reuse a clippy-pedantic lint?
good first issue
These issues are a good way to get started with Clippy
#2322
by gnzlbg
was closed Apr 2, 2018
ProTip!
Add no:assignee to see everything that’s not assigned.