We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921ec4b commit 15de287Copy full SHA for 15de287
library/std/src/sys/windows/mutex.rs
@@ -23,8 +23,6 @@ pub struct Mutex {
23
}
24
25
// Windows SRW Locks are movable (while not borrowed).
26
-// ReentrantMutexes (in Inner) are not, but those are stored indirectly through
27
-// a Box, so do not move when the Mutex it self is moved.
28
pub type MovableMutex = Mutex;
29
30
unsafe impl Send for Mutex {}
0 commit comments