We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c794dc7 commit b087624Copy full SHA for b087624
scripts/cargo-clif.rs
@@ -1,7 +1,6 @@
1
use std::env;
2
#[cfg(unix)]
3
use std::os::unix::process::CommandExt;
4
-use std::path::PathBuf;
5
use std::process::Command;
6
7
fn main() {
scripts/rustdoc-clif.rs
@@ -2,7 +2,6 @@ use std::env;
use std::ffi::OsString;
8
0 commit comments