-
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
Restriction lint for unsealed traits
A-lint
Area: New lints
L-restriction
Lint: Belongs in the restriction lint group
#14006
opened Jan 16, 2025 by
Manishearth
Unit-like structs should not trigger Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
exhaustive_structs
C-bug
#12675
by kpreid
was closed Apr 14, 2024
default_numeric_fallback on associated constants for Category: Clippy is not doing the correct thing
f64
& i32
C-bug
#12159
by vic1707
was closed Jan 18, 2024
New lint that warns on all structs and enums not marked #[non_exhaustive]
A-lint
Area: New lints
#10687
by kangalio
was closed May 9, 2023
Compiler error when running
clippy
after the rust 1.58
update.
#8307
by appetrosyan
was closed Jan 27, 2022
New lint: types which cannot be constructed in Area: New lints
const
A-lint
#8021
opened Nov 22, 2021 by
kpreid
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
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
Consider disabling lints that only apply to public items in (integration) tests
#7354
opened Jun 15, 2021 by
jplatte
Ignore structs with doc(hidden) in exhaustive_structs lint
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#7349
opened Jun 13, 2021 by
DevinR528
ProTip!
Add no:assignee to see everything that’s not assigned.