Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Dec 21, 2020
1 parent 7d2a383 commit 2354a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_shadow/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn main() {
println!("rust_channel:{}", build::RUST_CHANNEL);
println!("cargo_version:{}", build::CARGO_VERSION);
println!("pkg_version:{}", build::PKG_VERSION);
println!("cargo_lock:{}", build::CARGO_TREE);
println!("cargo_tree:{}", build::CARGO_TREE);

println!("project_name:{}", build::PROJECT_NAME);
println!("build_time:{}", build::BUILD_TIME);
Expand Down

0 comments on commit 2354a98

Please sign in to comment.