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
label:"good first issue" is:issue is:open
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
194
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
label
:
"good first issue"
is
:
issue
is
:
open
label:"good first issue" is:issue is:open
Search
Labels
Milestones
New issue
Search results
Open
Closed
<code>needless_range_loop</code> suggestion removes panics
C-bug
Category: Clippy is not doing the correct thing
Category: Clippy is not doing the correct thing
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
I-suggestion-causes-bug
Issue: The suggestion compiles but changes the code to behave in an unintended way
Issue: The suggestion compiles but changes the code to behave in an unintended way
Status: Open.
#16003
In rust-lang/rust-clippy;
·
Jarcho
opened
on Nov 1, 2025
Lint for unused empty function value
C-bug
Category: Clippy is not doing the correct thing
Category: Clippy is not doing the correct thing
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
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.
#15957
In rust-lang/rust-clippy;
·
Oakchris1955
opened
on Oct 26, 2025
Lint for .clone().into_boxed_str()
A-lint
Area: New lints
Area: New lints
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.
#15951
In rust-lang/rust-clippy;
·
lolbinarycat
opened
on Oct 25, 2025
Suggest <code>as_chunks</code> when people use <code>chunks_exact</code> with a constant length
A-lint
Area: New lints
Area: New lints
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.
#15882
In rust-lang/rust-clippy;
·
scottmcm
opened
on Oct 14, 2025
<code>unnecessary_lazy_evaluations</code>: lint <code>{Option,Result}::map_or_else</code>
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.
#15829
In rust-lang/rust-clippy;
·
ada4a
opened
on Oct 6, 2025
Error applying suggestions (range underflow)
C-bug
Category: Clippy is not doing the correct thing
Category: Clippy is not doing the correct thing
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.
#15787
In rust-lang/rust-clippy;
·
thomasqueirozb
opened
on Sep 29, 2025
Document <code>pub</code> functions in <code>clippy_utils</code>
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.
#15569
In rust-lang/rust-clippy;
·
samueltardieu
opened
on Aug 26, 2025
Move <code>excessive_nesting</code> to <code>pedantic</code>
A-category
Area: Categorization of lints
Area: Categorization of lints
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.
#14923
In rust-lang/rust-clippy;
·
Centri3
opened
on May 30, 2025
Suggest <code>A && B</code> for <code>if A { B } else { false }</code>
A-lint
Area: New lints
Area: New lints
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.
#14865
In rust-lang/rust-clippy;
·
scottmcm
opened
on May 21, 2025
lint idea: <code>useless_default_generic_parameters</code>
A-lint
Area: New lints
Area: New lints
G-Rust-for-Linux
Issues related to Rust-for-Linux wants and bugfixes
Issues related to Rust-for-Linux wants and bugfixes
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.
#14848
In rust-lang/rust-clippy;
·
BennoLossin
opened
on May 19, 2025
Suggestion for <code>useless_conversion</code> with <code>.into_iter()</code> could be better
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.
#14847
In rust-lang/rust-clippy;
·
samueltardieu
opened
on May 19, 2025
<code>cargo clippy --fix</code> don't remove redundant <code>mut</code>
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
S-fixed
Status: Issues that got fixed, waiting to be closed as completed
Status: Issues that got fixed, waiting to be closed as completed
Status: Open.
#14617
In rust-lang/rust-clippy;
·
MCJOHN974
opened
on Apr 15, 2025
You can’t perform that action at this time.