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

Allowing clippy::unwrap_used in const contexts C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#14198 by Deewiant was closed Feb 12, 2025
False negative - unwrap_used doesn't trigger on macros that return Result 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
#13455 by junbl was closed May 7, 2025
Questions about restrictions lint following update to clippy 0.1.67 C-bug Category: Clippy is not doing the correct thing
#10244 by SylvainDe was closed Feb 1, 2023
Document lint configuration values in Clippy's book A-documentation Area: Adding or improving documentation C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise. good first issue These issues are a good way to get started with Clippy
#9991 by xFrednet was closed Jan 14, 2023
4 tasks done
unwrap_used/expect_used fire in test module function regardless of allow-unwrap-in-tests/allow-expect-in-tests C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#9612 by Firionus was closed Oct 23, 2022
unwrap-used and expect-used don't trigger on unwrap_err/expect_err C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages good first issue These issues are a good way to get started with Clippy
#9331 by sgued was closed Aug 17, 2022
unwrap_used recommends using expect even when the expect_used lint is also enabled L-suggestion Lint: Improving, adding or fixing lint suggestions
#9222 by sgued was closed Aug 1, 2022
mod_module_files does nothing C-bug Category: Clippy is not doing the correct thing
#8123 by phi-fell was closed Apr 2, 2022
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
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
Lint idea: forbid all expect and unwrap use A-lint Area: New lints L-restriction Lint: Belongs in the restriction lint group
#6636 opened Jan 25, 2021 by woodruffw
Unknown clippy lint: clippy::unwrap_used
#5615 by c410-f3r was closed May 18, 2020
ProTip! Find all open issues with in progress development work with linked:pr.