mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 21:00:04 -04:00
Migrate to 2018 edition. (#924)
* Migrate to 2018 edition. * Use impl Iterator at one site. * Fix more rust 2018 idioms.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
extern crate winit;
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn needs_send<T:Send>() {}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user