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.7k
Code
Issues
2.4k
Pull requests
202
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
needless_reborrow false positive with trait that consumes self
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.
#16200
In rust-lang/rust-clippy;
·
shadowcatzero
opened
on Dec 7, 2025
<code>manual_map</code> removes log statements
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-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.
#16193
In rust-lang/rust-clippy;
·
ada4a
opened
on Dec 5, 2025
<code>tuple_array_conversions</code> triggers even if individual entries are used otherwise
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.
#16192
In rust-lang/rust-clippy;
·
ronnodas
opened
on Dec 5, 2025
clippy --fix uses let chains and breaks existing code, when <code>#[cfg(feature...)]</code> is used
C-bug
Category: Clippy is not doing the correct thing
Category: Clippy is not doing the correct thing
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.
#16191
In rust-lang/rust-clippy;
·
dfaure-kdab
opened
on Dec 4, 2025
[lint] Impl Ordering within file
A-lint
Area: New lints
Area: New lints
Status: Open.
#16189
In rust-lang/rust-clippy;
·
feliblo
opened
on Dec 4, 2025
<code>disallowed_methods</code> triggers on the desugared form of <code>.await</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.
#16185
In rust-lang/rust-clippy;
·
BatmanAoD
opened
on Dec 3, 2025
<code>clippy::question_mark</code> suggests code that triggers "type annotations needed"
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.
#16184
In rust-lang/rust-clippy;
·
ChayimFriedman2
opened
on Dec 3, 2025
decimal_bitwise_operands, manual_ilog2 and ptr_offset_by_literal are unknown lints
Status: Open.
#16183
In rust-lang/rust-clippy;
·
kuqmua
opened
on Dec 3, 2025
Clippy suggestion on <code>unnecessary_unwrap</code> not applicable in function taking <code>&mut</code> struct and returning reference to contained element
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.
#16182
In rust-lang/rust-clippy;
·
danielrainer
opened
on Dec 2, 2025
incremental compilation error when using higher-ranked-assumptions
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.
#16181
In rust-lang/rust-clippy;
·
Jak2k
opened
on Dec 2, 2025
Explicit auto deref leads type inference to using unsized types in collections
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.
#16179
In rust-lang/rust-clippy;
·
ginnyTheCat
opened
on Dec 2, 2025
Lint: Temporary lifetime extension extends inaccessible data
A-lint
Area: New lints
Area: New lints
Status: Open.
#16177
In rust-lang/rust-clippy;
·
theemathas
opened
on Dec 2, 2025
You can’t perform that action at this time.