Skip to content

Commit 68f370c

Browse files
authored
Rollup merge of #57177 - varkor:fix-duration_as_u128-warning, r=estebank
Fix warning when compiling rustc
2 parents aed3eaa + 04c1a92 commit 68f370c

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)