Skip to content

Commit 04c1a92

Browse files
committed
Fix warning when compiling rustc
1 parent 3cda631 commit 04c1a92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@
248248
#![feature(const_cstr_unchecked)]
249249
#![feature(core_intrinsics)]
250250
#![feature(dropck_eyepatch)]
251-
#![cfg_attr(stage0, feature(duration_as_u128))]
252251
#![feature(exact_size_is_empty)]
253252
#![feature(external_doc)]
254253
#![feature(fixed_size_array)]

0 commit comments

Comments
 (0)