Opt into features to silence warnings

This commit is contained in:
Corey Farwell 2015-02-21 18:12:32 -05:00
parent accf2f3cc3
commit f4c9bd81bb
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#![allow(unstable)]
#![feature(old_io,old_path,os)]
extern crate gl_generator;
extern crate khronos_api;

View file

@ -1,4 +1,4 @@
#![feature(unsafe_destructor)]
#![feature(unsafe_destructor,core,std_misc)]
#![unstable]
#![allow(unstable)]