From a44c22a9d520ec6cd4ffc84287560d4a415a1cdf Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 27 Jul 2018 12:28:07 +0200 Subject: [PATCH] fix link to ManuallyDrop --- src/destructors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/destructors.md b/src/destructors.md index b05dc7947..263480ed3 100644 --- a/src/destructors.md +++ b/src/destructors.md @@ -90,4 +90,4 @@ variable or field from being dropped automatically. [Trait objects]: types.html#trait-objects [`std::ptr::drop_in_place`]: ../std/ptr/fn.drop_in_place.html [`std::mem::forget`]: ../std/mem/fn.forget.html -[`std::mem::ManuallyDrop`]: ../std/mem/union.ManuallyDrop.html +[`std::mem::ManuallyDrop`]: ../std/mem/struct.ManuallyDrop.html