Add allow(unstable) to driver.rs

This commit is contained in:
Brian Anderson 2015-01-17 00:11:19 -08:00
parent 1f46ae285d
commit 9035ba5f76

View 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;