diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-02-21 18:19:03 -0500 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-02-21 18:19:03 -0500 |
commit | 7fa19ab0dfd0624386ae1086ad1d740072d7f1a4 (patch) | |
tree | 422388f564351e1cd1517afae41bb5a47f1cd356 /src | |
parent | f4c9bd81bbebb0081271d5ebc763fc1aba9dad0a (diff) | |
download | glutin-7fa19ab0dfd0624386ae1086ad1d740072d7f1a4.tar.gz glutin-7fa19ab0dfd0624386ae1086ad1d740072d7f1a4.zip |
Remove deprecated 'allow' lint
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |