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
is_sorted has been stabilized (rust-lang/rust#128279), so the polyfilled methods in polyfill.rs are no longer compiling due to name conflicts on the std iterator trait.
As an aside, I love this crate! I was pulling my hair out for hours trying to implement this behaviour with wrapper types and Ord and it was just a huge mess - this has made things 10x easier, so thanks!
The text was updated successfully, but these errors were encountered:
is_sorted
has been stabilized (rust-lang/rust#128279), so the polyfilled methods in polyfill.rs are no longer compiling due to name conflicts on the std iterator trait.As an aside, I love this crate! I was pulling my hair out for hours trying to implement this behaviour with wrapper types and Ord and it was just a huge mess - this has made things 10x easier, so thanks!
The text was updated successfully, but these errors were encountered: