fspoettel / advent-of-code-rust

🎄Starter template for solving Advent of Code in Rust.
MIT License
713 stars 54 forks source link

Resolve the majority of pedantic clippy warnings #29

Closed andypymont closed 1 year ago

andypymont commented 1 year ago

Resolve most warnings shown by cargo clippy -- -W clippy::pedantic:

This leaves only the Panics/Errors documentation warnings as discussed in #28

fspoettel commented 1 year ago

Hey, thanks for getting the ball rolling here. I merged this as https://github.com/fspoettel/advent-of-code-rust/commit/d7af3dca9e52f9868b346d4058fe68248fb8950b after fixing some merge conflicts and credited you as co-author.