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"