Skip to content

Commit 78b1523

Browse files
committed
📃 docs(std): Resolve hierarchy
The default option is now displayed correctly Resolves: #583 (comment)
1 parent 607ca21 commit 78b1523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/src/usage/std.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Example:
8181
#### "must_use"
8282
This field is used for checking if the return value of a function is used.
8383
84-
- `true` - The return value of this function must be used.
8584
- `false` - The default. The return value of this function does not need to be used.
85+
- `true` - The return value of this function must be used.
8686

8787
Example:
8888
```yml

0 commit comments

Comments
 (0)