Skip to content

Commit 0644ecc

Browse files
authored
Merge pull request #373 from RalfJung/manually-drop
fix link to ManuallyDrop
2 parents 24f4e32 + a44c22a commit 0644ecc

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)