dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.78k stars 306 forks source link

Remove mut from Punctuated::get() #1706

Closed lemunozm closed 1 month ago

lemunozm commented 1 month ago

Just removing the mutable requirement for Puntuacted::get(), probably a typo.