std and green: fix some warnings

This commit is contained in:
Erick Tryzelaar 2014-03-28 09:16:22 -07:00
parent e0e8e957ea
commit 63b233c25d
4 changed files with 5 additions and 5 deletions

View file

@ -621,7 +621,7 @@ mod test {
#[test]
fn destroy_immediately() {
unsafe {
let mut m = StaticNativeMutex::new();
let m = StaticNativeMutex::new();
m.destroy();
}
}