dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.81k stars 308 forks source link

Take advantage of the IntoIterator for [T; N] #1623

Closed dtolnay closed 4 months ago

dtolnay commented 4 months ago

The IntoIterator impl for arrays was stabilized in Rust 1.53, whereas these days syn requires 1.60+.