Skip to content

Commit 0af0194

Browse files
authored
Fix spell error in attributes/diagnostics.md
1 parent f8ae436 commit 0af0194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ five();
188188

189189
When used on a [trait declaration], a [call expression] of an [expression
190190
statement] to a function that returns an [impl trait] of that trait violates
191-
the `unsued_must_use` lint.
191+
the `unused_must_use` lint.
192192

193193
```rust
194194
#[must_use]

0 commit comments

Comments
 (0)