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 6c1dcf9 commit cd0a507Copy full SHA for cd0a507
1 file changed
library/std/src/collections/hash/set.rs
@@ -1046,14 +1046,6 @@ where
1046
{
1047
}
1048
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
-
1057
#[stable(feature = "rust1", since = "1.0.0")]
1058
impl<T, S> fmt::Debug for HashSet<T, S>
1059
where
0 commit comments