std and green: fix some warnings
This commit is contained in:
parent
e0e8e957ea
commit
63b233c25d
4 changed files with 5 additions and 5 deletions
|
|
@ -621,7 +621,7 @@ mod test {
|
|||
#[test]
|
||||
fn destroy_immediately() {
|
||||
unsafe {
|
||||
let mut m = StaticNativeMutex::new();
|
||||
let m = StaticNativeMutex::new();
|
||||
m.destroy();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue