We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01820fd commit 6456729Copy full SHA for 6456729
crates/trie/common/src/utils.rs
@@ -11,7 +11,7 @@ use alloc::vec::Vec;
11
/// 5. Appending and re-sorting only if new items were added
12
pub(crate) fn extend_sorted_vec<K, V>(target: &mut Vec<(K, V)>, other: &[(K, V)])
13
where
14
- K: Clone + Ord + core::hash::Hash + Eq,
+ K: Clone + Ord,
15
V: Clone,
16
{
17
if other.is_empty() {
0 commit comments