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 2f56839 commit b667fabCopy full SHA for b667fab
src/libcollections/vec.rs
@@ -157,9 +157,6 @@ pub struct Vec<T> {
157
cap: usize,
158
}
159
160
-unsafe impl<T: Send> Send for Vec<T> { }
161
-unsafe impl<T: Sync> Sync for Vec<T> { }
162
-
163
////////////////////////////////////////////////////////////////////////////////
164
// Inherent methods
165
0 commit comments