syn icon indicating copy to clipboard operation
syn copied to clipboard

Add `Punctuated::remove(index)`

Open tguichaoua opened this issue 1 year ago • 1 comments

related to #1314

Add a remove(index) method that remove and return an element from Punctated. This method is similar to Vec::remove(index).

tguichaoua avatar Mar 13 '23 14:03 tguichaoua

CI fails because syn uses quote 1.0.25, which is yanked

tguichaoua avatar Mar 13 '23 14:03 tguichaoua