mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-04 18:41:00 +01:00
Remove any references to usage on types
This commit is contained in:
parent
c74427de45
commit
520fd3d781
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue