diff --git a/build.rs b/build.rs index b2813e03..6088615e 100644 --- a/build.rs +++ b/build.rs @@ -1,4 +1,3 @@ -#![allow(unstable)] #![feature(old_io,old_path,os)] extern crate gl_generator; extern crate khronos_api; diff --git a/src/lib.rs b/src/lib.rs index e7d7b68f..4ab577a3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.