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
I noticed that the docs on Iterator differ depending on if you look a core::iter::Iterator or std::iter::Iterator. In the std version the declaration of the lifetime 'r in the methods is missing.
Im not sure if this is a bug or intended but its confusing if you look at the std version and wonder where lifetime 'r comes from.