From b08762493c43ac7b4d4c9c22d7565b35535cb8d7 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 19 Feb 2023 17:11:28 +0000 Subject: [PATCH] Fix warnings --- scripts/cargo-clif.rs | 1 - scripts/rustdoc-clif.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/cargo-clif.rs b/scripts/cargo-clif.rs index 67791a20327..939a1f1ca59 100644 --- a/scripts/cargo-clif.rs +++ b/scripts/cargo-clif.rs @@ -1,7 +1,6 @@ use std::env; #[cfg(unix)] use std::os::unix::process::CommandExt; -use std::path::PathBuf; use std::process::Command; fn main() { diff --git a/scripts/rustdoc-clif.rs b/scripts/rustdoc-clif.rs index 82c761634c7..167631eaf7e 100644 --- a/scripts/rustdoc-clif.rs +++ b/scripts/rustdoc-clif.rs @@ -2,7 +2,6 @@ use std::env; use std::ffi::OsString; #[cfg(unix)] use std::os::unix::process::CommandExt; -use std::path::PathBuf; use std::process::Command; fn main() {