Skip to content

Commit 04222f9

Browse files
committed
Add another link for panic strategy
1 parent 9d534b6 commit 04222f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/conditional-compilation.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -304,14 +304,16 @@ r[cfg.panic]
304304
### `panic`
305305

306306
r[cfg.panic.general]
307-
Key-value option set depending on the panic strategy. Note that more values may be added in the future.
307+
Key-value option set depending on the [panic strategy]. Note that more values may be added in the future.
308308

309309
r[cfg.panic.values]
310310
Example values:
311311

312312
* `"abort"`
313313
* `"unwind"`
314314

315+
[panic strategy]: panic.md#panic-strategy
316+
315317
## Forms of conditional compilation
316318

317319
r[cfg.attr]

0 commit comments

Comments
 (0)