Fix warnings (#929)
* Fix warnings * Bring back derivatives crate for Windows
This commit is contained in:
parent
c1329ff156
commit
c56a66cb90
4 changed files with 10 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ fn needs_send<T:Send>() {}
|
|||
|
||||
#[test]
|
||||
fn event_loop_proxy_send() {
|
||||
#[allow(dead_code)]
|
||||
fn is_send<T: 'static + Send>() {
|
||||
// ensures that `winit::EventLoopProxy` implements `Send`
|
||||
needs_send::<winit::event_loop::EventLoopProxy<T>>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue