mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Merge pull request #158 from serpis/fix_warning
Avoid warning; if_let and tuple_indexing now part of language.
This commit is contained in:
commit
230b0dd9ed
|
@ -1,5 +1,4 @@
|
|||
#![feature(phase)]
|
||||
#![feature(tuple_indexing)]
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
#[phase(plugin, link)]
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#![feature(phase)]
|
||||
#![feature(tuple_indexing)]
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
#[phase(plugin, link)]
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#![feature(phase)]
|
||||
#![feature(tuple_indexing)]
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
#[phase(plugin, link)]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#![feature(phase)]
|
||||
#![feature(tuple_indexing)]
|
||||
|
||||
#[phase(plugin)]
|
||||
extern crate gl_generator;
|
||||
|
|
Loading…
Reference in a new issue