Closed
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.