We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607ca21 commit 78b1523Copy full SHA for 78b1523
‎docs/src/usage/std.md
@@ -81,8 +81,8 @@ Example:
81
#### "must_use"
82
This field is used for checking if the return value of a function is used.
83
84
-- `true` - The return value of this function must be used.
85
- `false` - The default. The return value of this function does not need to be used.
+- `true` - The return value of this function must be used.
86
87
Example:
88
```yml
0 commit comments