Skip to content

Commit 6a26b80

Browse files
crlf0710Xanewok
andauthored
Address review changes.
Co-Authored-By: Igor Matuszewski <[email protected]>
1 parent f061267 commit 6a26b80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libtest/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
#![unstable(feature = "test", issue = "27812")]
2323
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))]
2424
#![feature(asm)]
25-
#![feature(libc, rustc_private)]
25+
#![feature(libc)]
26+
#![feature(rustc_private)]
2627
#![feature(nll)]
2728
#![feature(set_stdio)]
2829
#![feature(panic_unwind)]

0 commit comments

Comments
 (0)