Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
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
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.3k
Code
Issues
2.3k
Pull requests
175
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
<code>allow</code> specific <code>unwrap</code>s with <code>unwrap_in_result</code>
Status: Open.
#15439
In rust-lang/rust-clippy;
·
michaelbeaumont
opened
on Aug 8, 2025
New lint: collapsible <code>matches!</code>-es
A-lint
Area: New lints
Area: New lints
Status: Open.
#15435
In rust-lang/rust-clippy;
·
ada4a
opened
on Aug 7, 2025
Documentation still says that <code>--fix</code> selects all targets
A-documentation
Area: Adding or improving documentation
Area: Adding or improving documentation
C-bug
Category: Clippy is not doing the correct thing
Category: Clippy is not doing the correct thing
Status: Open.
#15433
In rust-lang/rust-clippy;
·
kpreid
opened
on Aug 7, 2025
<code>too_many_lines</code> should only highlight the function signature, and not the entire function body
Status: Open.
#15430
In rust-lang/rust-clippy;
·
SabrinaJewson
opened
on Aug 7, 2025
<code>unnecessary_semicolon</code> FP on expression statements with attributes
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.
#15426
In rust-lang/rust-clippy;
·
kpreid
opened
on Aug 6, 2025
Detect bitwise negation with <code>!</code> for integral types
A-lint
Area: New lints
Area: New lints
Status: Open.
#15425
In rust-lang/rust-clippy;
·
proski
opened
on Aug 6, 2025
New lint: noop_as
A-lint
Area: New lints
Area: New lints
Status: Open.
#15424
In rust-lang/rust-clippy;
·
lolbinarycat
opened
on Aug 6, 2025
Update CONTRIBUTING.md to include RustRover instead of deprecated IntelliJ Rust
A-documentation
Area: Adding or improving documentation
Area: Adding or improving documentation
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.
#15406
In rust-lang/rust-clippy;
·
reddevilmidzy
opened
on Aug 4, 2025
Can it be possible to add functionality for checking only the modified modules?
Status: Open.
#15405
In rust-lang/rust-clippy;
·
sunheyi6
opened
on Aug 4, 2025
result_large_err difficult to suppress selectively
C-feature-request
Category: Feature request
Category: Feature request
Status: Open.
#15404
In rust-lang/rust-clippy;
·
ijackson
opened
on Aug 4, 2025
<code>borrow_as_ptr</code> and <code>ptr_as_ptr</code> false positives in <code>windows::core::implement</code> macro invocation
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.
#15398
In rust-lang/rust-clippy;
·
PaulDance
opened
on Aug 2, 2025
Allow <code>explicit_deref_methods</code> in <code>Deref</code> impls
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.
#15392
In rust-lang/rust-clippy;
·
konstin
opened
on Aug 2, 2025
You can’t perform that action at this time.