From 0af0194cf581fcd199954d1f379ff1e96a3dc29e Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Thu, 6 Jun 2019 15:55:48 +0200 Subject: [PATCH] Fix spell error in attributes/diagnostics.md --- src/attributes/diagnostics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attributes/diagnostics.md b/src/attributes/diagnostics.md index 1e6f3a09c..c648e059d 100644 --- a/src/attributes/diagnostics.md +++ b/src/attributes/diagnostics.md @@ -188,7 +188,7 @@ five(); When used on a [trait declaration], a [call expression] of an [expression statement] to a function that returns an [impl trait] of that trait violates -the `unsued_must_use` lint. +the `unused_must_use` lint. ```rust #[must_use]