diff options
| -rw-r--r-- | library/test/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/test/src/lib.rs b/library/test/src/lib.rs index 1e8c63b69db..608e587cf34 100644 --- a/library/test/src/lib.rs +++ b/library/test/src/lib.rs @@ -15,13 +15,10 @@ #![unstable(feature = "test", issue = "50297")] #![doc(test(attr(deny(warnings))))] -#![feature(libc)] -#![feature(rustc_private)] #![feature(nll)] #![feature(available_parallelism)] #![feature(bench_black_box)] #![feature(internal_output_capture)] -#![feature(panic_unwind)] #![feature(staged_api)] #![feature(termination_trait_lib)] #![feature(test)] |
