I ran the following command to get clippy to do its magic
cargo clippy --fix -Z unstable-options -- -D clippy::style -D clippy::perf -W clippy::pedantic -A clippy::must_use_candidate -A clippy::cast_precision_loss -A clippy::cast_possible_truncation -A clippy::cast_possible_wrap
I ran the following command to get
clippy
to do its magic