Skip to content

Commit 6eaa1fa

Browse files
ehussBatmanAoD
authored andcommitted
Add another link for panic strategy
1 parent d49c90c commit 6eaa1fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/conditional-compilation.md

Lines changed: 3 additions & 1 deletion
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)