mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 05:10:03 -04:00
Change instances of "events_loop" to "event_loop"
This commit is contained in:
@@ -3,7 +3,7 @@ extern crate winit;
|
||||
fn needs_send<T:Send>() {}
|
||||
|
||||
#[test]
|
||||
fn events_loop_proxy_send() {
|
||||
fn event_loop_proxy_send() {
|
||||
// ensures that `winit::EventLoopProxy` implements `Send`
|
||||
needs_send::<winit::event_loop::EventLoopProxy<()>>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user