Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
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
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
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.8k
Star
12.6k
Code
Issues
2.3k
Pull requests
205
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
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
Lint to detect unneeded <code>// ORDERING: ...</code> comments
A-lint
Area: New lints
Area: New lints
Status: Open.
#16074
In rust-lang/rust-clippy;
·
ojeda
opened
on Nov 11, 2025
<code>// ORDERING: ...</code> comment for atomic operations
A-lint
Area: New lints
Area: New lints
Status: Open.
#16073
In rust-lang/rust-clippy;
·
ojeda
opened
on Nov 11, 2025
<code>never_loop</code>: Also check all known iterator reductions.
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
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
These issues are a good way to get started with Clippy
Status: Open.
#16061
In rust-lang/rust-clippy;
·
Jarcho
opened
on Nov 10, 2025
Support enforcing alphabetical ordering of traits in a <code>#[derive(...)]</code> list
A-lint
Area: New lints
Area: New lints
Status: Open.
#16058
In rust-lang/rust-clippy;
·
jwodder
opened
on Nov 9, 2025
<code>never_loop</code>: Note why the loop will never loop.
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
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
These issues are a good way to get started with Clippy
Status: Open.
#16056
In rust-lang/rust-clippy;
·
Jarcho
opened
on Nov 9, 2025
<code>try_update</code> (or <code>fetch_update</code>) where <code>update</code> would work
A-lint
Area: New lints
Area: New lints
Status: Open.
#16055
In rust-lang/rust-clippy;
·
GrigorenkoPV
opened
on Nov 9, 2025
<code>never_loop</code> false-positive when using join_handles
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
Status: Open.
#16054
In rust-lang/rust-clippy;
·
SciMind2460
opened
on Nov 9, 2025
ICE in derivable_impls: Patch span is beyond the end of buffer
C-bug
Category: Clippy is not doing the correct thing
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
Status: Open.
#16046
In rust-lang/rust-clippy;
·
dtolnay
opened
on Nov 7, 2025
<code>redundant_pattern_matching</code> applies redundant parenthesis to expression with <code>?</code>
C-bug
Category: Clippy is not doing the correct thing
Category: Clippy is not doing the correct thing
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
Category: Enhancement of lints, like adding more cases or adding help messages
Status: Open.
#16045
In rust-lang/rust-clippy;
·
mks-h
opened
on Nov 7, 2025
<code>useless_conversion</code> eats the closing paren when removing <code>.into_iter()</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.
#16038
In rust-lang/rust-clippy;
·
ada4a
opened
on Nov 5, 2025
<code>undocumented_unsafe_blocks</code> false positive despite <code>accept-comment-above-attributes = true</code>
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
Status: Open.
#16036
In rust-lang/rust-clippy;
·
joshlf
opened
on Nov 5, 2025
Redundant continue
A-lint
Area: New lints
Area: New lints
Status: Open.
#16034
In rust-lang/rust-clippy;
·
A4-Tacks
opened
on Nov 5, 2025
You can’t perform that action at this time.