From fafc94ccfba4447c9eba7457a977d67a74507436 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 21 May 2019 14:18:43 +0200 Subject: removes the maybe_uninit feature gate and stop newtyping `core::mem::MaybeUninit` --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index acd8d43..1fe88c4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -43,7 +43,6 @@ //! language feature to reduce static memory usage, runtime overhead and initialization overhead. //! This feature requires a nightly compiler and may stop working at any time! -#![feature(maybe_uninit)] #![deny(missing_docs)] #![deny(warnings)] #![no_std] -- cgit v1.2.3