Skip to content

Commit

Permalink
Remove outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Feb 8, 2021
1 parent 921ec4b commit 15de287
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/std/src/sys/windows/mutex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ pub struct Mutex {
}

// Windows SRW Locks are movable (while not borrowed).
// ReentrantMutexes (in Inner) are not, but those are stored indirectly through
// a Box, so do not move when the Mutex it self is moved.
pub type MovableMutex = Mutex;

unsafe impl Send for Mutex {}
Expand Down

0 comments on commit 15de287

Please sign in to comment.