diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2015-01-10 21:50:07 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2015-01-30 10:37:44 -0500 |
| commit | f9865eac185ef2af4df661442d5d3bd2698b725f (patch) | |
| tree | b4630177edd59031f520ab675c61411f34be2178 /src/libtest | |
| parent | 9fdc0effd292b097ae487ec4d927ca15102c5791 (diff) | |
fix fallout
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 8fea6bb539f..af8d5b86f4b 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -44,6 +44,9 @@ #![feature(rustc_private)] #![feature(std_misc)] #![feature(hash)] +#![allow(unstable)] +// NOTE(stage0): remove cfg_attr after a snapshot +#![cfg_attr(not(stage0), allow(unused_mut))] extern crate getopts; extern crate serialize; |
