File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ Foreign libraries often hand off ownership of resources to the calling code.
240
240
When this occurs, we must use Rust's destructors to provide safety and guarantee
241
241
the release of these resources (especially in the case of panic).
242
242
243
- For more about destructors, see the [ Drop trait] ( ../../ std/ops/trait.Drop.html ) .
243
+ For more about destructors, see the [ Drop trait] ( ../std/ops/trait.Drop.html ) .
244
244
245
245
# Callbacks from C code to Rust functions
246
246
@@ -700,7 +700,7 @@ Please note that [`catch_unwind`] will only catch unwinding panics, not
700
700
those who abort the process. See the documentation of [ ` catch_unwind ` ]
701
701
for more information.
702
702
703
- [ `catch_unwind` ] : ../../ std/panic/fn.catch_unwind.html
703
+ [ `catch_unwind` ] : ../std/panic/fn.catch_unwind.html
704
704
705
705
# Representing opaque structs
706
706
You can’t perform that action at this time.
0 commit comments