syn
syn copied to clipboard
Add `Punctuated::remove(index)`
related to #1314
Add a remove(index)
method that remove and return an element from Punctated
.
This method is similar to Vec::remove(index)
.
CI fails because syn
uses quote
1.0.25
, which is yanked