mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -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));
|
||||
});
|
||||
|
||||
t1.join();
|
||||
t2.join();
|
||||
t3.join();
|
||||
let _ = t1.join();
|
||||
let _ = t2.join();
|
||||
let _ = t3.join();
|
||||
}
|
||||
|
||||
#[cfg(feature = "window")]
|
||||
|
||||
Reference in New Issue
Block a user