Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.8k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Uplift
clippy::for_loops_over_fallibles
lint into rustc
- #99696
#99696
Merged
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
WaffleLapkin:uplift
WaffleLapkin/rust:uplift
Copy head branch name to clipboard
Oct 10, 2022
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Uplift
clippy::for_loops_over_fallibles
lint into rustc
#99696
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
WaffleLapkin:uplift
WaffleLapkin/rust:uplift
Copy head branch name to clipboard
Commits
Commits on Oct 9, 2022
Start uplifting `clippy::for_loops_over_fallibles`
Show description for fa380a8
WaffleLapkin
committed
fa380a8
View commit details
Copy full SHA for fa380a8
Browse repository at this point
Use structured suggestions for `for_loop_over_fallibles` lint
WaffleLapkin
committed
d030ba5
View commit details
Copy full SHA for d030ba5
Browse repository at this point
`for_loop_over_fallibles`: Suggest removing `.next()`
WaffleLapkin
committed
21ec99b
View commit details
Copy full SHA for 21ec99b
Browse repository at this point
`for_loop_over_fallibles`: suggest `while let` loop
WaffleLapkin
committed
5dcfdbf
View commit details
Copy full SHA for 5dcfdbf
Browse repository at this point
`for_loop_over_fallibles`: suggest using `?` in some cases
WaffleLapkin
committed
b2975ee
View commit details
Copy full SHA for b2975ee
Browse repository at this point
`for_loop_over_fallibles`: remove duplication from the message
WaffleLapkin
committed
dd842ff
View commit details
Copy full SHA for dd842ff
Browse repository at this point
Add a test for the `for_loop_over_fallibles` lint
WaffleLapkin
committed
7308564
View commit details
Copy full SHA for 7308564
Browse repository at this point
`for_loop_over_fallibles`: fix suggestion for "remove `.next()`" case
Show description for 23a7674
WaffleLapkin
committed
23a7674
View commit details
Copy full SHA for 23a7674
Browse repository at this point
`for_loop_over_fallibles`: don't use `MachineApplicable`
Show description for 8ca57b5
WaffleLapkin
committed
8ca57b5
View commit details
Copy full SHA for 8ca57b5
Browse repository at this point
allow or avoid for loops over option in compiler and tests
WaffleLapkin
committed
0250f02
View commit details
Copy full SHA for 0250f02
Browse repository at this point
allow `for_loop_over_fallibles` in a `core` test
WaffleLapkin
committed
75ae20a
View commit details
Copy full SHA for 75ae20a
Browse repository at this point
Edit documentation for `for_loop_over_fallibles` lint
WaffleLapkin
committed
b9b2059
View commit details
Copy full SHA for b9b2059
Browse repository at this point
remove an infinite loop
WaffleLapkin
committed
6766113
View commit details
Copy full SHA for 6766113
Browse repository at this point
fix `for_loop_over_fallibles` lint docs
WaffleLapkin
committed
98e0c4d
View commit details
Copy full SHA for 98e0c4d
Browse repository at this point
Fix clippy tests that trigger `for_loop_over_fallibles` lint
WaffleLapkin
committed
9c64bb1
View commit details
Copy full SHA for 9c64bb1
Browse repository at this point
fixup lint name
WaffleLapkin
committed
7434b9f
View commit details
Copy full SHA for 7434b9f
Browse repository at this point
adopt to new rustc lint api
WaffleLapkin
committed
40f36fa
View commit details
Copy full SHA for 40f36fa
Browse repository at this point
deprecate `clippy::for_loops_over_fallibles`
WaffleLapkin
committed
5347c81
View commit details
Copy full SHA for 5347c81
Browse repository at this point
adopt to building infcx
WaffleLapkin
committed
9d4edff
View commit details
Copy full SHA for 9d4edff
Browse repository at this point
You can’t perform that action at this time.