From 33afa991cd31e4e0f35191d63f7298415efb8666 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 28 Jun 2026 15:42:59 -0700 Subject: [PATCH] `nodrop` -> `ManuallyDrop` Explicitly marked as deprecated upstream. --- data/nodrop.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/nodrop.toml diff --git a/data/nodrop.toml b/data/nodrop.toml new file mode 100644 index 0000000..bc8c763 --- /dev/null +++ b/data/nodrop.toml @@ -0,0 +1,6 @@ +description = """ +Provided in the standard library as `ManuallyDrop`. + +Also see the related `MaybeUninit`. +""" +url = "https://doc.rust-lang.org/std/mem/struct.ManuallyDrop.html"