Remove unused imports (#3589)

* Remove unused imports
This commit is contained in:
Quentin Le Sceller
2021-03-08 10:36:16 -05:00
committed by GitHub
parent 35740204a1
commit 45f74c396d
12 changed files with 11 additions and 21 deletions
-2
View File
@@ -14,8 +14,6 @@
//! Build hooks to spit out version+build time info
use built;
use std::env;
use std::path::{Path, PathBuf};
use std::process::Command;