Skip to content

Commit b087624

Browse files
committed
Fix warnings
1 parent c794dc7 commit b087624

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scripts/cargo-clif.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use std::env;
22
#[cfg(unix)]
33
use std::os::unix::process::CommandExt;
4-
use std::path::PathBuf;
54
use std::process::Command;
65

76
fn main() {

scripts/rustdoc-clif.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use std::env;
22
use std::ffi::OsString;
33
#[cfg(unix)]
44
use std::os::unix::process::CommandExt;
5-
use std::path::PathBuf;
65
use std::process::Command;
76

87
fn main() {

0 commit comments

Comments
 (0)