Skip to content

Commit a44c22a

Browse files
committed
fix link to ManuallyDrop
1 parent 24f4e32 commit a44c22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/destructors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ variable or field from being dropped automatically.
9090
[Trait objects]: types.html#trait-objects
9191
[`std::ptr::drop_in_place`]: ../std/ptr/fn.drop_in_place.html
9292
[`std::mem::forget`]: ../std/mem/fn.forget.html
93-
[`std::mem::ManuallyDrop`]: ../std/mem/union.ManuallyDrop.html
93+
[`std::mem::ManuallyDrop`]: ../std/mem/struct.ManuallyDrop.html

0 commit comments

Comments
 (0)