diff --git a/build.rs b/build.rs index 63391336..e9c72969 100644 --- a/build.rs +++ b/build.rs @@ -1,5 +1,5 @@ -use std::process::Command; use std::env; +use std::process::Command; fn main() { // Set a build-time `GIT_HEAD` env var which includes the commit id;