Hacker News new | ask | show | jobs
by airstrike 425 days ago
Also worth noting clippy will warn about writing functions with too many arguments for the same reason listed in TFA

https://rust-lang.github.io/rust-clippy/master/index.html#to...