Flattening Rust's Learning Curve | corrode Rust Consulting
Flattening Rust's Learning Curve | corrode Rust Consulting

Flattening Rust's Learning Curve | corrode Rust Consulting

Flattening Rust's Learning Curve | corrode Rust Consulting
Flattening Rust's Learning Curve | corrode Rust Consulting
There's a bunch of clippy groups to enable, but IME the pedantic ones can be kinda … not what you want. Especially the one about unnecessary moves annoy me, as it suggests what I consider an unnecessary long lifetime for a value instead.
TIL about
clippy::cargo
. Thanks!