Skip to content

Commit cd0a507

Browse files
committed
ww
1 parent 6c1dcf9 commit cd0a507

File tree

1 file changed

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

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,14 +1046,6 @@ where
10461046
{
10471047
}
10481048

1049-
#[unstable(feature = "move_trait", issue = "none")]
1050-
unsafe impl<T, S> core::marker::Move for HashSet<T, S>
1051-
where
1052-
T: Eq + Hash,
1053-
S: BuildHasher,
1054-
{
1055-
}
1056-
10571049
#[stable(feature = "rust1", since = "1.0.0")]
10581050
impl<T, S> fmt::Debug for HashSet<T, S>
10591051
where

0 commit comments

Comments
 (0)