rust/rustc_tools_util
Matthias Krüger 61249b360e impl std::fmt::Debug for VersionInfo
For clippy, this would print:
VersionInfo { crate_name: "clippy", major: 0, minor: 0, patch: 212, commit_hash: "084be7ba", commit_date: "2018-09-09" }
2018-09-09 23:45:29 +02:00
..
src impl std::fmt::Debug for VersionInfo 2018-09-09 23:45:29 +02:00
Cargo.toml print git commit hash and commit date in version output 2018-09-06 14:45:12 +02:00