]> git.lizzy.rs Git - rust.git/commitdiff
Add allow(unstable) to driver.rs
authorBrian Anderson <banderson@mozilla.com>
Sat, 17 Jan 2015 08:11:19 +0000 (00:11 -0800)
committerBrian Anderson <banderson@mozilla.com>
Sun, 18 Jan 2015 00:38:04 +0000 (16:38 -0800)
src/driver/driver.rs

index 5c29cb4ec72760f3813ff1270b1c8b93d8005a58..5f086280a65a5a6d96528b278e55b182774f73f0 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![allow(unstable)]
+
 #[cfg(rustdoc)]
 extern crate "rustdoc" as this;