Remove any references to usage on types

This commit is contained in:
Erica Marigold 2024-11-29 11:39:06 +00:00
parent c74427de45
commit 520fd3d781

View file

@ -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.