From 6ea483dc78383792d2ad622ba2318b79afab0b26 Mon Sep 17 00:00:00 2001 From: Bryan Bell Date: Thu, 22 Jan 2015 23:40:17 -0800 Subject: Disable compiler unstable warnings To cleanup the compiler output when building, disable warnings about using unstable crates/features. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 436c0cf..1b8ebce 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,6 @@ #![feature(unsafe_destructor)] #![unstable] +#![allow(unstable)] //! The purpose of this library is to provide an OpenGL context on as many //! platforms as possible. -- cgit v1.2.3