Skip to content

Commit 0cc85c7

Browse files
authored
Update testing.md
1 parent 031945b commit 0cc85c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fn mytest() {
8181
assert_eq!(1, 2, "values don't match");
8282
}
8383
```
84-
### Different panic strategies
84+
## Different panic strategies
8585

8686
The `cfg_panic` feature makes it possible to exercise different lines of code depending on the panic strategy.
8787
The possible value is either `unwind` or `abort`.

0 commit comments

Comments
 (0)