mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -04:00
Squash some warnings
This commit is contained in:
@@ -32,9 +32,9 @@ fn main() {
|
|||||||
run(window3, (1.0, 0.0, 0.0, 1.0));
|
run(window3, (1.0, 0.0, 0.0, 1.0));
|
||||||
});
|
});
|
||||||
|
|
||||||
t1.join();
|
let _ = t1.join();
|
||||||
t2.join();
|
let _ = t2.join();
|
||||||
t3.join();
|
let _ = t3.join();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "window")]
|
#[cfg(feature = "window")]
|
||||||
|
|||||||
Reference in New Issue
Block a user