FEAT: Switch to using MaybeUninit for everything

Use std::mem::MaybeUninit and stop using nodrop as a fallback.
This means we require Rust 1.36
This commit is contained in:
bluss
2019-09-01 12:18:17 +02:00
parent ba94336265
commit 8093e8d886
10 changed files with 22 additions and 269 deletions
-3
View File
@@ -13,9 +13,6 @@ categories = ["data-structures", "no-std"]
[build-dependencies]
[dependencies]
nodrop = { version = "0.1.12", path = "nodrop", default-features = false }
[dependencies.serde]
version = "1.0"
optional = true