fix(rust): remove unused Command import

This commit is contained in:
Will Lillis 2025-06-15 18:22:58 -04:00
parent 259e34435f
commit be8b3e282a

View file

@ -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;