Closed avhz closed 6 months ago
This basically just meant adding the dyn keyword to traits all over the place, and adding edition = "2021" in the Cargo.toml.
dyn
edition = "2021"
Cargo.toml
Also ran cargo fmt and cargo clippy, fixed a number of the suggestions.
cargo fmt
cargo clippy
Edit: all tests still pass and both debug and release build fine.
This basically just meant adding the
dyn
keyword to traits all over the place, and addingedition = "2021"
in theCargo.toml
.Also ran
cargo fmt
andcargo clippy
, fixed a number of the suggestions.Edit: all tests still pass and both debug and release build fine.