Skip to content

Commit 6c1dcf9

Browse files
committed
w
1 parent ab80345 commit 6c1dcf9

File tree

1 file changed

+0
-9
lines changed
  • library/std/src/collections/hash

1 file changed

+0
-9
lines changed

library/std/src/collections/hash/map.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,15 +1331,6 @@ where
13311331
}
13321332
}
13331333

1334-
#[unstable(feature = "move_trait", issue = "none")]
1335-
unsafe impl<K, V, S> core::marker::Move for HashMap<K, V, S>
1336-
where
1337-
K: Eq + Hash,
1338-
V: Eq,
1339-
S: BuildHasher,
1340-
{
1341-
}
1342-
13431334
#[stable(feature = "rust1", since = "1.0.0")]
13441335
impl<K, V, S> Eq for HashMap<K, V, S>
13451336
where

0 commit comments

Comments
 (0)