Skip to content

Commit

Permalink
Add allow(unstable) to driver.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jan 18, 2015
1 parent 1f46ae2 commit 9035ba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/driver/driver.rs
Expand Up @@ -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;

Expand Down

0 comments on commit 9035ba5

Please sign in to comment.