fix build
This commit is contained in:
parent
f2af41ab8c
commit
a810275150
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ unsafe impl Sync for ReentrantMutex {}
|
|||
|
||||
impl ReentrantMutex {
|
||||
pub fn uninitialized() -> ReentrantMutex {
|
||||
MaybeUninit::uninitialized()
|
||||
ReentrantMutex { inner: MaybeUninit::uninitialized() }
|
||||
}
|
||||
|
||||
pub unsafe fn init(&mut self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue