Skip to content

Commit 20de2f7

Browse files
committed
docs: fix the panic-immediate-abort feature name
1 parent 0b3a76f commit 20de2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/unstable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ Allow use of [`-Cpanic=immediate-abort`](../../rustc/codegen-options/index.html#
16841684

16851685
This can be enabled like so:
16861686
```toml
1687-
cargo-features = ["immediate-abort"]
1687+
cargo-features = ["panic-immediate-abort"]
16881688

16891689
[package]
16901690
# ...

0 commit comments

Comments
 (0)