Avoid warning; if_let and tuple_indexing now part of language.
This commit is contained in:
parent
6c5cca9d6a
commit
12d5d5beea
5 changed files with 0 additions and 6 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue