fix(rust): remove unused Command import
This commit is contained in:
parent
259e34435f
commit
be8b3e282a
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ fn main() {
|
|||
|
||||
#[cfg(feature = "bindgen")]
|
||||
fn generate_bindings(out_dir: &std::path::Path) {
|
||||
use std::{process::Command, str::FromStr};
|
||||
use std::str::FromStr;
|
||||
|
||||
use bindgen::RustTarget;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue