Closed yellowhatter closed 5 months ago
This problem is related to #58
After the last 5.0.0 release build for < 1.78.0 is broken
You can reproduce with command like this: cargo +1.73.0 clippy --all-targets -- --deny warnings or simply cargo +1.73.0 build
cargo +1.73.0 clippy --all-targets -- --deny warnings
cargo +1.73.0 build
We can fix it like this: #72
5.0.1
This problem is related to #58
After the last 5.0.0 release build for < 1.78.0 is broken
You can reproduce with command like this:
cargo +1.73.0 clippy --all-targets -- --deny warnings
or simplycargo +1.73.0 build