about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-02-19 17:11:28 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-02-19 17:11:28 +0000
commitb08762493c43ac7b4d4c9c22d7565b35535cb8d7 (patch)
tree9d8543ce2816680c9efdf448d3bd1edd0e3ed0e5 /scripts
parentc794dc7255402b4a2a97c577981e301810514d9a (diff)
downloadrust-b08762493c43ac7b4d4c9c22d7565b35535cb8d7.tar.gz
rust-b08762493c43ac7b4d4c9c22d7565b35535cb8d7.zip
Fix warnings
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cargo-clif.rs1
-rw-r--r--scripts/rustdoc-clif.rs1
2 files changed, 0 insertions, 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() {