Remove unused feature gates from libtest
This commit is contained in:
parent
1ea4810c84
commit
f710bc5fc0
1 changed files with 0 additions and 3 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue