Skip to content

Commit f710bc5

Browse files
committed
Remove unused feature gates from libtest
1 parent 1ea4810 commit f710bc5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: library/test/src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@
1515

1616
#![unstable(feature = "test", issue = "50297")]
1717
#![doc(test(attr(deny(warnings))))]
18-
#![feature(libc)]
19-
#![feature(rustc_private)]
2018
#![feature(nll)]
2119
#![feature(available_parallelism)]
2220
#![feature(bench_black_box)]
2321
#![feature(internal_output_capture)]
24-
#![feature(panic_unwind)]
2522
#![feature(staged_api)]
2623
#![feature(termination_trait_lib)]
2724
#![feature(test)]

0 commit comments

Comments
 (0)