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 cc495a3 commit afcd762Copy full SHA for afcd762
1 file changed
src/uu/sort/src/sort.rs
@@ -39,7 +39,7 @@ use std::io::{BufRead, BufReader, BufWriter, Read, Write, stdin, stdout};
39
use std::num::{IntErrorKind, NonZero};
40
use std::ops::Range;
41
#[cfg(unix)]
42
-use std::os::unix::ffi::{OsStrExt, OsStringExt};
+use std::os::unix::ffi::{OsStrExt};
43
use std::path::Path;
44
use std::path::PathBuf;
45
use std::str::Utf8Error;
0 commit comments