alantech / alan

Autoscalable Programming Language
https://alan-lang.org
MIT License
305 stars 10 forks source link

Calm clippy #802

Closed dfellis closed 1 month ago

dfellis commented 1 month ago

Most of these don't do much, but a few are supposed to be more efficient, so I'm going to let clippy boss me around (mostly, a few things I have added allow rules to block clippy, especially the Pin<Box<String>> which is required for nom to not explode on me).