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

Possible problems involving clippy::shadow_reuse and auto-generated code 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
#9757 by c410-f3r was closed Apr 24, 2023
A mixed assignment bug from Python
#9650 by leonardo-m was closed Oct 21, 2022
clippy bug report I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#8850 by bobi6666 was closed May 26, 2022
warn about shadowed format args? A-lint Area: New lints
#8589 opened Mar 26, 2022 by matthiaskrgr
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 span_clippy_lint C-tracking-issue Category: Tracking Issue performance-project For issues and PRs related to the Clippy Performance Project
#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
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
Shadow lint shouldn't fire on extraction
#617 by taralx was closed Feb 14, 2016
Name Shadowing A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. T-AST Type: Requires working with the AST T-middle Type: Probably requires verifiying types
#83 by llogiq was closed Aug 25, 2015
ProTip! Add no:assignee to see everything that’s not assigned.