Skip to content

Commit 9035ba5

Browse files
committed
Add allow(unstable) to driver.rs
1 parent 1f46ae2 commit 9035ba5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/driver/driver.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![allow(unstable)]
12+
1113
#[cfg(rustdoc)]
1214
extern crate "rustdoc" as this;
1315

0 commit comments

Comments
 (0)