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
Several misc. internal things (TraitObligationStackList, SearchPaths, ArchiveRO, RawTable, Book)
Given the by-value IntoIteratorimpls 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.
The text was updated successfully, but these errors were encountered:
internal things will only get impls when they are needed for internal purposes. e.g. TraitObligationStackList is only ever accessed by immutable reference.
There are some missing
IntoIterator
s:Option
Result
Path
TraitObligationStackList
,SearchPaths
,ArchiveRO
,RawTable
,Book
)Given the by-value
IntoIterator
impl
s forOption
andResult
, I don't see why by-reference iteration would be special.Path
should probably beIntoIterator
. I'm indifferent with regards to internal stuff.The text was updated successfully, but these errors were encountered: