diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-05-21 14:18:43 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-05-21 14:18:43 +0200 |
| commit | fafc94ccfba4447c9eba7457a977d67a74507436 (patch) | |
| tree | a413815ad51321d88521daad79b818805f40b2b9 /src/lib.rs | |
| parent | 6acb156482f8dfeba6348f05ac231727906c138d (diff) | |
removes the maybe_uninit feature gate
and stop newtyping `core::mem::MaybeUninit`
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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] |
