mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
13 lines
250 B
Text
13 lines
250 B
Text
|
error[no-unused-vars]: `t` is never used
|
||
|
--> [WILDLINE]
|
||
|
|
|
||
|
4 | const t = 5;
|
||
|
| ^
|
||
|
= hint: If this is intentional, prefix it with an underscore like `_t`
|
||
|
|
||
|
docs: https://lint.deno.land/rules/no-unused-vars
|
||
|
|
||
|
|
||
|
Found 1 problem
|
||
|
Checked 1 file
|