Closed
Description
Currently, running cargo clippy --version
just returns 0.0.212
. For debugging Clippy properly, we now need to know the exact commit that was included in rust nightly.
It would be nice to bring this in line with other components like cargo:
cargo 1.29.0-nightly (b42488270 2018-08-04)
The implementation from cargo is here