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 92a3313 commit b3574a2Copy full SHA for b3574a2
1 file changed
src/renutil.rs
@@ -7,10 +7,8 @@ use std::env;
7
use std::io::BufRead;
8
use std::io::BufReader;
9
use std::io::Cursor;
10
-use std::io::Write;
11
#[cfg(target_family = "unix")]
12
use std::os::unix::fs::PermissionsExt;
13
-use std::path::Path;
14
use std::process::Command;
15
use std::process::ExitStatus;
16
use std::process::Stdio;
0 commit comments