From 995f8f3772df8faa99b86eb2a8f515dd9f2e95d6 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 8 May 2019 09:44:58 +0000 Subject: [PATCH] Remove align_offset from the feature list It is already in stable and triggers a warning that breaks the CI --- library/stdarch/crates/core_arch/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/library/stdarch/crates/core_arch/src/lib.rs b/library/stdarch/crates/core_arch/src/lib.rs index d936d0cc1cdb..dcec914bccb4 100644 --- a/library/stdarch/crates/core_arch/src/lib.rs +++ b/library/stdarch/crates/core_arch/src/lib.rs @@ -17,7 +17,6 @@ rustc_attrs, stdsimd, staged_api, - align_offset, maybe_uninit, doc_cfg, mmx_target_feature,