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
176
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
missing_panics_doc: FP with <div>
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.
#15353
In rust-lang/rust-clippy;
·
DaniPopes
opened
on Jul 26, 2025
<code>match_bool</code> will suggetion will introduce untinitialized binding that still existed in the match arm
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.
#15351
In rust-lang/rust-clippy;
·
matthiaskrgr
opened
on Jul 26, 2025
<code>never_loop</code> removes label that the replaced loop was attached to (outer label)
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.
#15350
In rust-lang/rust-clippy;
·
matthiaskrgr
opened
on Jul 26, 2025
<code>cast-lossless</code> breaks macro
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
T-macros
Type: Issues with macros and macro expansion
Type: Issues with macros and macro expansion
Status: Open.
#15348
In rust-lang/rust-clippy;
·
matthiaskrgr
opened
on Jul 26, 2025
<code>branches-sharing-code</code> does not work when the shared references code inside branches
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
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
L-nursery
Lint: Currently in the nursery group
Lint: Currently in the nursery group
Status: Open.
#15347
In rust-lang/rust-clippy;
·
matthiaskrgr
opened
on Jul 26, 2025
Providing information about integer type aliases with multiple sizes
C-question
Category: Questions
Category: Questions
Status: Open.
#15337
In rust-lang/rust-clippy;
·
ojeda
opened
on Jul 24, 2025
<code>manual_is_multiple_of</code> suggests change that could alter behaviour
A-documentation
Area: Adding or improving documentation
Area: Adding or improving documentation
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.
#15335
In rust-lang/rust-clippy;
·
ojeda
opened
on Jul 24, 2025
warn about code that is aligned without being in a code or pre block
A-lint
Area: New lints
Area: New lints
Status: Open.
#15334
In rust-lang/rust-clippy;
·
lolbinarycat
opened
on Jul 24, 2025
needless_borrows_for_generic_args incorrectly triggers on <code>&[]</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.
#15333
In rust-lang/rust-clippy;
·
progval
opened
on Jul 24, 2025
Non-saturating arithmetic on saturating types
A-lint
Area: New lints
Area: New lints
Status: Open.
#15328
In rust-lang/rust-clippy;
·
kornelski
opened
on Jul 23, 2025
add lint for having a Panics comment when code cannot panic
A-lint
Area: New lints
Area: New lints
Status: Open.
#15327
In rust-lang/rust-clippy;
·
dylanopen
opened
on Jul 23, 2025
manual_is_ascii_check causes error[E0282]: type annotations needed
Status: Open.
#15326
In rust-lang/rust-clippy;
·
m-hugo
opened
on Jul 22, 2025
You can’t perform that action at this time.