Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust-clippy
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
12.2k
Code
Issues
2.3k
Pull requests
176
Discussions
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
[TRACKING] Highlighted issues for the feature freeze
#15086 ·
blyxyas
opened
on Jun 20, 2025
1
Most commonly ignored lints on crates.io
#7666 ·
dtolnay
opened
on Sep 13, 2021
23
Issues
Search Issues
is
:
issue
state
:
open
is:issue state:open
Search
Labels
Milestones
New issue
Search results
Open
Closed
large_enum_variant propose a wrong solution for no_std
C-bug
Category: Clippy is not doing the correct thing
Category: Clippy is not doing the correct thing
Status: Open.
#15192
In rust-lang/rust-clippy;
·
HaoboGu
opened
on Jul 1, 2025
<code>single_match</code> does not apply because of type inference failure
C-bug
Category: Clippy is not doing the correct thing
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
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Status: Open.
#15188
In rust-lang/rust-clippy;
·
matthiaskrgr
opened
on Jun 30, 2025
ignored-unit-patterns suggestion is missing a reference
C-bug
Category: Clippy is not doing the correct thing
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
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Status: Open.
#15187
In rust-lang/rust-clippy;
·
matthiaskrgr
opened
on Jun 30, 2025
<code>explicit_auto_deref</code> causes <code> cannot return reference to function parameter</code>
C-bug
Category: Clippy is not doing the correct thing
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
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Status: Open.
#15186
In rust-lang/rust-clippy;
·
matthiaskrgr
opened
on Jun 30, 2025
enum-glob-use causes <code>is defined multiple times</code> when identifier is shadowed
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Status: Open.
#15185
In rust-lang/rust-clippy;
·
matthiaskrgr
opened
on Jun 30, 2025
False negatives without build-std
C-bug
Category: Clippy is not doing the correct thing
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
Issue: The lint should have been triggered on code, but wasn't
Status: Open.
#15183
In rust-lang/rust-clippy;
·
mkroening
opened
on Jun 30, 2025
binary operation <code>!=</code> cannot be applied to type <code>tokio::sync::MutexGuard<'_, std::option::Option<std::net::IpAddr>></code>
C-bug
Category: Clippy is not doing the correct thing
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
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Status: Open.
#15180
In rust-lang/rust-clippy;
·
RazeLighter777
opened
on Jun 30, 2025
More DRY code for const definitions that contain an as cast
A-lint
Area: New lints
Area: New lints
Status: Open.
#15178
In rust-lang/rust-clippy;
·
leonardo-m
opened
on Jun 30, 2025
<code>four_forward_slashes</code> does not know that doc comments cannot contain "bare CR"
C-bug
Category: Clippy is not doing the correct thing
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
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Status: Open.
#15174
In rust-lang/rust-clippy;
·
matthiaskrgr
opened
on Jun 29, 2025
unnecessary_operation: breaks type inference
C-bug
Category: Clippy is not doing the correct thing
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
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Status: Open.
#15173
In rust-lang/rust-clippy;
·
matthiaskrgr
opened
on Jun 29, 2025
Lint to replace assignments in both if/then branches with a single one
A-lint
Area: New lints
Area: New lints
Status: Open.
#15171
In rust-lang/rust-clippy;
·
leonardo-m
opened
on Jun 29, 2025
<code>explicit_deref_methods</code> triggering from within macros
C-bug
Category: Clippy is not doing the correct thing
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
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
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Status: Open.
#15168
In rust-lang/rust-clippy;
·
JustusFluegel
opened
on Jun 28, 2025
You can’t perform that action at this time.