aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-02-21 18:19:03 -0500
committerCorey Farwell <coreyf@rwell.org>2015-02-21 18:19:03 -0500
commit7fa19ab0dfd0624386ae1086ad1d740072d7f1a4 (patch)
tree422388f564351e1cd1517afae41bb5a47f1cd356 /build.rs
parentf4c9bd81bbebb0081271d5ebc763fc1aba9dad0a (diff)
downloadglutin-7fa19ab0dfd0624386ae1086ad1d740072d7f1a4.tar.gz
glutin-7fa19ab0dfd0624386ae1086ad1d740072d7f1a4.zip
Remove deprecated 'allow' lint
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs1
1 files changed, 0 insertions, 1 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;