Replace syntax->list
with attribute
#372
Labels
new lint
Issues suggesting new lints or pull requests implementing new lints
When using
syntax-parse
, ellipses-bound pattern variables are often converted to lists using(syntax->list #'(var ...))
but they can be extracted as lists directly using(attribute var)
. There should be a rule for this.The text was updated successfully, but these errors were encountered: