Skip to content

Commit

Permalink
Rollup merge of rust-lang#57177 - varkor:fix-duration_as_u128-warning…
Browse files Browse the repository at this point in the history
…, r=estebank

Fix warning when compiling rustc
  • Loading branch information
kennytm committed Dec 29, 2018
2 parents aed3eaa + 04c1a92 commit 68f370c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@
#![feature(const_cstr_unchecked)]
#![feature(core_intrinsics)]
#![feature(dropck_eyepatch)]
#![cfg_attr(stage0, feature(duration_as_u128))]
#![feature(exact_size_is_empty)]
#![feature(external_doc)]
#![feature(fixed_size_array)]
Expand Down

0 comments on commit 68f370c

Please sign in to comment.