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
Auto merge of #442 - Amanieu:equivalent-crate, r=Amanieu
Use the `Equivalent` trait from the `equivalent` crate
This allows types implementating the `Equivalent` trait to work with other hash table, such as `IndexMap`.
See indexmap-rs/indexmap#253.
0 commit comments