mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 23:23:14 -04:00
Avoid warning; if_let and tuple_indexing now part of language.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#![feature(tuple_indexing)]
|
||||
#![feature(unsafe_destructor)]
|
||||
#![feature(globs)]
|
||||
#![feature(phase)]
|
||||
#![feature(if_let)]
|
||||
#![unstable]
|
||||
|
||||
//! The purpose of this library is to provide an OpenGL context on as many
|
||||
|
||||
Reference in New Issue
Block a user