nodrop, nodrop-union: Mark deprecated
With the release of arrayvec 0.5, these crates are unused. With the release of Rust 1.36 and MaybeUninit, these crates have no purpose (but for older Rust releases).
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
//! A wrapper type to inhibit drop (destructor).
|
||||
//!
|
||||
//! ***Deprecated: Use ManuallyDrop or MaybeUninit instead!***
|
||||
//!
|
||||
//! **nodrop-union** is the untagged unions (requires Rust nightly channel and
|
||||
//! unstable as of this writing) implementation for the **nodrop** crate.
|
||||
|
||||
Reference in New Issue
Block a user