Remove deprecated 'allow' lint

This commit is contained in:
Corey Farwell 2015-02-21 18:19:03 -05:00
parent f4c9bd81bb
commit 7fa19ab0df
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -1,6 +1,5 @@
#![feature(unsafe_destructor,core,std_misc)]
#![unstable]
#![allow(unstable)]
//! The purpose of this library is to provide an OpenGL context on as many
//! platforms as possible.