Skip to content

Commit 8574cbd

Browse files
author
Jonathan Pallant (42 Technology)
committed
Oh clippy, you're so funny.
1 parent aa7cd7a commit 8574cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/pico/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fn main() {
2424
.write_all(include_bytes!("memory.x"))
2525
.unwrap();
2626
println!("cargo:rustc-link-search={}", out.display());
27-
println!("cargo:rustc-env=GIT_VERSION={}", "v1.2.3");
27+
println!("cargo:rustc-env=GIT_VERSION=v1.2.3");
2828

2929
// By default, Cargo will re-run a build script whenever
3030
// any file in the project changes. By specifying `memory.x`

0 commit comments

Comments
 (0)