mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 05:10:03 -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_sync<T:Sync>() {}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user