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
198
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
Un(der?)documented <code>--tests</code> option and requirement for it
Status: Open.
#16111
In rust-lang/rust-clippy;
·
AMDmi3
opened
on Nov 18, 2025
similar_names not triggered by example
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.
#16110
In rust-lang/rust-clippy;
·
ASBalon
opened
on Nov 18, 2025
Detect unnecessary copies with functions taking <code>impl Into<String></code>
A-lint
Area: New lints
Area: New lints
Status: Open.
#16109
In rust-lang/rust-clippy;
·
aticu
opened
on Nov 18, 2025
A lint to check the ignoring of Err
A-lint
Area: New lints
Area: New lints
Status: Open.
#16107
In rust-lang/rust-clippy;
·
scuzzycheese
opened
on Nov 18, 2025
<code>transmute_ptr_to_ptr</code> and <code>transmute_bytes_to_str</code> wrongly unmangled macros
C-bug
Category: Clippy is not doing the correct thing
Category: Clippy is not doing the correct thing
T-macros
Type: Issues with macros and macro expansion
Type: Issues with macros and macro expansion
Status: Open.
#16104
In rust-lang/rust-clippy;
·
profetia
opened
on Nov 18, 2025
Can a struct have too many fields?
A-lint
Area: New lints
Area: New lints
Status: Open.
#16103
In rust-lang/rust-clippy;
·
Pr0methean
opened
on Nov 17, 2025
<code>iter.collect::<Vec<_>>().into_iter()</code> is useless and causes extra work
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.
#16101
In rust-lang/rust-clippy;
·
bigfootjon
opened
on Nov 17, 2025
new lint to remove redundant method calls that have no effect
A-lint
Area: New lints
Area: New lints
Status: Open.
#16099
In rust-lang/rust-clippy;
·
naskya
opened
on Nov 16, 2025
<code>useless_asref</code> lint produces incorrect fix suggestion that causes type error with <code>Cow::Borrowed</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
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.
#16098
In rust-lang/rust-clippy;
·
azjezz
opened
on Nov 15, 2025
redundant-clone: doesn't see redundant clone
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
L-nursery
Lint: Currently in the nursery group
Lint: Currently in the nursery group
Status: Open.
#16096
In rust-lang/rust-clippy;
·
Paladynee
opened
on Nov 15, 2025
new lint for needless ascii case conversions
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.
#16090
In rust-lang/rust-clippy;
·
lolbinarycat
opened
on Nov 14, 2025
<code>accept-comment-above-attributes = true</code> doesn't skip <code>cfg_attr</code> 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
Status: Open.
#16087
In rust-lang/rust-clippy;
·
joshlf
opened
on Nov 13, 2025
You can’t perform that action at this time.