Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jul 20, 2024
1 parent d33c3ec commit 0508f45
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 @@ -49,7 +49,7 @@ pub fn print_build() {
println!("rust_channel:{}", build::RUST_CHANNEL);
println!("cargo_version:{}", build::CARGO_VERSION);
println!("cargo_tree:{}", build::CARGO_TREE);
println!("cargo_tree:{}", build::CARGO_METADATA);
println!("cargo_metadata:{:?}", build::CARGO_METADATA);

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

0 comments on commit 0508f45

Please sign in to comment.