From e9bc00bc9b5735104c6cad26c3cda06ae649e2e6 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Fri, 9 Aug 2019 14:28:04 +0200 Subject: [PATCH] Removed old flag --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 571b8cfd78..5160ba9a38 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -41,7 +41,6 @@ //! usage, runtime overhead and initialization overhead. This feature requires a nightly compiler //! and may stop working at any time! -#![cfg_attr(feature = "nightly", feature(maybe_uninit))] #![cfg_attr(feature = "nightly", feature(maybe_uninit_extra))] #![deny(missing_docs)] #![deny(warnings)]