diff options
| author | kennytm <kennytm@gmail.com> | 2018-12-29 18:50:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-29 18:50:32 +0800 |
| commit | 68f370ce05405b73b7240d9eb25f23a4209687e2 (patch) | |
| tree | 352344d55e248cefd4e6f4b7ab698af506050325 | |
| parent | aed3eaafee556885dca6b3c983a0182e41ae91fe (diff) | |
| parent | 04c1a92fa0a5f6b58b1a24abdf2407dea00a3d50 (diff) | |
| download | rust-68f370ce05405b73b7240d9eb25f23a4209687e2.tar.gz rust-68f370ce05405b73b7240d9eb25f23a4209687e2.zip | |
Rollup merge of #57177 - varkor:fix-duration_as_u128-warning, r=estebank
Fix warning when compiling rustc
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index aa4278a8799..6ded43dfed1 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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)] |
