aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.rs1
-rw-r--r--src/lib.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index b2813e0..6088615 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 e7d7b68..4ab577a 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.