We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677531a commit c1cad7eCopy full SHA for c1cad7e
docs/New Features/Compiler Warnings.md
@@ -16,6 +16,8 @@ file.pluto:1: warning: unused local variable [unused]
16
| ^^^^^^^ here: 'a' is unused
17
```
18
19
+This warning is not raised for variables starting with an underscore (`_`) as this is a common convention for unused variables.
20
+
21
### var-shadow
22
This is raised when a new local is created with the same name as an existing one.
23
```pluto showLineNumbers
0 commit comments