From 520fd3d7815da9aa7cd71132fb217de864e51e33 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 29 Nov 2024 11:39:06 +0000 Subject: [PATCH] Remove any references to usage on types --- docs/syntax-attribute-functions-mustuse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax-attribute-functions-mustuse.md b/docs/syntax-attribute-functions-mustuse.md index 486b2da..7900857 100644 --- a/docs/syntax-attribute-functions-mustuse.md +++ b/docs/syntax-attribute-functions-mustuse.md @@ -2,7 +2,7 @@ ## Summary -This RFC proposes a `@mustuse` attribute, which may be applied at the type or function level, that enforces the usage of a function's return value. +This RFC proposes a `@mustuse` attribute, which may be applied to a function, that enforces the usage of a function's return value. If the return value is not used, a lint should be raised during analysis time.