Skip to content
  • Redrield's avatar
    Minor refactor · 5ed22621
    Redrield authored
    * Changed struct constructions to use newer, idiomatic Rust
    * Fixed up some single brach `match` statements to if lets
    * Cleaned up match arms doing same thing
    * More (Basically fixed up all the lints clippy provided that worked without breaking the program
    * As can be inferred from above, added clippy as a dependency (Not enabled for compilation by default)
    5ed22621