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

clippy::zero_prefixed_literal emitted incorrectly when a non-zero literal is emitted from a macro with a span of a 0 literal C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14199 by dhedey was closed Feb 15, 2025
cargo clippy --fix fails and requests a bug report be entered C-bug Category: Clippy is not doing the correct thing I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#10133 opened Dec 30, 2022 by hschimke
Clippy --fix for box_default creates invalid code C-bug Category: Clippy is not doing the correct thing I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#10089 by nsabovic was closed Jan 9, 2023
Clippy suggests 0o<8|9>, which is an invalid suggestion. C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#9651 by ghost was closed Oct 16, 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
zero_prefixed_literal regression
#5187 by crumblingstatue was closed Feb 17, 2020
New false positive in zero_prefixed_literal C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#5169 by dtolnay was closed Feb 13, 2020
Analyze HIC++ and figure out if we are missing some important lints C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise. C-question Category: Questions good first issue These issues are a good way to get started with Clippy S-needs-discussion Status: Needs further discussion before merging or work can be started
#1643 opened Mar 29, 2017 by oli-obk
decimal constant error C-bug Category: Clippy is not doing the correct thing
#1274 by fabricedesre was closed Dec 18, 2020
False positives in zero_prefixed_literal and 0b/0o I-false-positive Issue: The lint was triggered on code it shouldn't have
#1202 by dtolnay was closed Aug 28, 2016
ProTip! Adding no:label will show everything without a label.