mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
99582f8884
This allows for easier static initialization of a pthread mutex, although the windows mutexes still sadly suffer. Note that this commit removes the clone() method from a mutex because it no longer makes sense for pthreads mutexes. This also removes the Once type for now, but it'll get added back shortly.