diff --git a/data/maybe-uninit.toml b/data/maybe-uninit.toml new file mode 100644 index 0000000..0a29ffb --- /dev/null +++ b/data/maybe-uninit.toml @@ -0,0 +1,5 @@ +description = """ +This crate was a backport of `std::mem::MaybeUninit`, which has been stable \ +since Rust 1.36 and fully replaces it. +""" +url = "https://doc.rust-lang.org/std/mem/union.MaybeUninit.html"