mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Avoid warning; if_let and tuple_indexing now part of language.
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#![feature(phase)]
|
#![feature(phase)]
|
||||||
#![feature(tuple_indexing)]
|
|
||||||
|
|
||||||
#[cfg(target_os = "android")]
|
#[cfg(target_os = "android")]
|
||||||
#[phase(plugin, link)]
|
#[phase(plugin, link)]
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#![feature(phase)]
|
#![feature(phase)]
|
||||||
#![feature(tuple_indexing)]
|
|
||||||
|
|
||||||
#[cfg(target_os = "android")]
|
#[cfg(target_os = "android")]
|
||||||
#[phase(plugin, link)]
|
#[phase(plugin, link)]
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#![feature(phase)]
|
#![feature(phase)]
|
||||||
#![feature(tuple_indexing)]
|
|
||||||
|
|
||||||
#[cfg(target_os = "android")]
|
#[cfg(target_os = "android")]
|
||||||
#[phase(plugin, link)]
|
#[phase(plugin, link)]
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
#![feature(tuple_indexing)]
|
|
||||||
#![feature(unsafe_destructor)]
|
#![feature(unsafe_destructor)]
|
||||||
#![feature(globs)]
|
#![feature(globs)]
|
||||||
#![feature(phase)]
|
#![feature(phase)]
|
||||||
#![feature(if_let)]
|
|
||||||
#![unstable]
|
#![unstable]
|
||||||
|
|
||||||
//! The purpose of this library is to provide an OpenGL context on as many
|
//! The purpose of this library is to provide an OpenGL context on as many
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#![feature(phase)]
|
#![feature(phase)]
|
||||||
#![feature(tuple_indexing)]
|
|
||||||
|
|
||||||
#[phase(plugin)]
|
#[phase(plugin)]
|
||||||
extern crate gl_generator;
|
extern crate gl_generator;
|
||||||
|
|||||||
Reference in New Issue
Block a user