Skip to content

Commit 6d1d6ee

Browse files
authored
Merge pull request #614 from bjorn3/patch-1
Fix spell error in attributes/diagnostics.md
2 parents f8ae436 + 0af0194 commit 6d1d6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/diagnostics.md

+1-1
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)