We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031945b commit 0cc85c7Copy full SHA for 0cc85c7
src/attributes/testing.md
@@ -81,7 +81,7 @@ fn mytest() {
81
assert_eq!(1, 2, "values don't match");
82
}
83
```
84
-### Different panic strategies
+## Different panic strategies
85
86
The `cfg_panic` feature makes it possible to exercise different lines of code depending on the panic strategy.
87
The possible value is either `unwind` or `abort`.
0 commit comments