diff options
author | 2019-05-21 14:18:43 +0200 | |
---|---|---|
committer | 2019-05-21 14:18:43 +0200 | |
commit | fafc94ccfba4447c9eba7457a977d67a74507436 (patch) | |
tree | a413815ad51321d88521daad79b818805f40b2b9 /src/lib.rs | |
parent | 6acb156482f8dfeba6348f05ac231727906c138d (diff) | |
download | rtic-fafc94ccfba4447c9eba7457a977d67a74507436.tar.gz rtic-fafc94ccfba4447c9eba7457a977d67a74507436.tar.zst rtic-fafc94ccfba4447c9eba7457a977d67a74507436.zip |
removes the maybe_uninit feature gate
and stop newtyping `core::mem::MaybeUninit`
Diffstat (limited to '')
-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] |