#[allow(dead_code)] fn needs_sync() {} #[test] fn event_loop_proxy_send() { needs_sync::(); } #[test] fn window_sync() { needs_sync::(); } #[test] fn window_builder_sync() { needs_sync::(); } #[test] fn custom_cursor_sync() { needs_sync::(); needs_sync::(); }