mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 21:00:04 -04:00
Re-organize into module structure
This commit is contained in:
@@ -5,5 +5,5 @@ fn needs_sync<T:Sync>() {}
|
||||
#[test]
|
||||
fn window_sync() {
|
||||
// ensures that `winit::Window` implements `Sync`
|
||||
needs_sync::<winit::Window>();
|
||||
needs_sync::<winit::window::Window>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user