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
It looks like is_sorted has been stabilized (rust-lang/rust#128279), and the methods in polyfill.rs are now problematic because they have the same name as the methods on the std iterator trait.
The text was updated successfully, but these errors were encountered:
It looks like
is_sorted
has been stabilized (rust-lang/rust#128279), and the methods in polyfill.rs are now problematic because they have the same name as the methods on the std iterator trait.The text was updated successfully, but these errors were encountered: