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