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
Maybe even put their functionality behind a feature flag (indeed, if disabled, we could instead provide a blanket impl<C: Comparator> LookupKey<C> for C::Key which might actually be more useful; with specialization we should be able to provide both blanket implementations).
The text was updated successfully, but these errors were encountered:
Perhaps into a
default
submodule?Maybe even put their functionality behind a feature flag (indeed, if disabled, we could instead provide a blanket
impl<C: Comparator> LookupKey<C> for C::Key
which might actually be more useful; withspecialization
we should be able to provide both blanket implementations).The text was updated successfully, but these errors were encountered: