Skip to content

Commit 1f30cc7

Browse files
tshepangfmease
authored andcommitted
separate link target from normal content
1 parent 2c8856a commit 1f30cc7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/panic-implementation.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ responsible for unwinding the stack, running any 'landing pads' associated
107107
with each frame (currently, running destructors), and transferring control
108108
to the `catch_unwind` frame.
109109

110-
Note that all panics either abort the process or get caught by some call to
111-
`catch_unwind`. In particular, in std's [runtime
112-
service](https://github.com/rust-lang/rust/blob/master/library/std/src/rt.rs),
110+
Note that all panics either abort the process or get caught by some call to `catch_unwind`.
111+
In particular, in std's [runtime service],
113112
the call to the user-provided `main` function is wrapped in `catch_unwind`.
113+
114+
115+
[runtime service]: https://github.com/rust-lang/rust/blob/master/library/std/src/rt.rs

0 commit comments

Comments
 (0)