Commit 8672b59
authored
Prefix possibly unused generated variable with
In code generated by `@kernel`, the gensym-ed variable may be unused, causing
JETLS to show notes on the function definition. Prefixing the generated name
with `_` makes the warning go away, greatly reducing noise in downstream
packages when going through JETLS diagnostic messages._ (#673)1 parent 1f84b17 commit 8672b59
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments