-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
There are some missing IntoIterator
s:
- By-reference and mut-reference for
Option
- By-reference and mut-reference for
Result
- By-reference for
Path
- Several misc. internal things (
TraitObligationStackList
,SearchPaths
,ArchiveRO
,RawTable
,Book
)
Given the by-value IntoIterator
impl
s for Option
and Result
, I don't see why by-reference iteration would be special. Path
should probably be IntoIterator
. I'm indifferent with regards to internal stuff.
Metadata
Metadata
Assignees
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.