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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user