1
Fork 0

Rollup merge of #57177 - varkor:fix-duration_as_u128-warning, r=estebank

Fix warning when compiling rustc
This commit is contained in:
kennytm 2018-12-29 18:50:32 +08:00 committed by GitHub
commit 68f370ce05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)]