Skip to content

Commit 15fd89c

Browse files
author
Vale Bittern
committed
try clippy
1 parent 40160e1 commit 15fd89c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/cli/src/main.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ fn main() -> anyhow::Result<()> {
108108
Some(Sub::Version) => {
109109
println!("LIBRA VERSION {}", env!("CARGO_PKG_VERSION"));
110110
println!("build timestamp: {}", env!("VERGEN_BUILD_TIMESTAMP"));
111-
println!("rustc version: {}", env!("VERGEN_RUSTC_SEMVER"));
111+
// TODO:
112+
// println!("rustc version: {}", env!("VERGEN_RUSTC_SEMVER"));
112113
println!("git branch: {}", env!("VERGEN_GIT_BRANCH"));
113114
println!("git SHA: {}", env!("VERGEN_GIT_SHA"));
114115
println!(

0 commit comments

Comments
 (0)