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
Nearly every method of Iterator has an explicit Self: Sized bound. These bounds are present in libcore's documentation (e.g., Iterator::count), but are missing in libstd's documentation (e.g., Iterator::count).