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 446fc9d commit 0865da4Copy full SHA for 0865da4
1 file changed
src/uu/sort/src/sort.rs
@@ -39,6 +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};
43
use std::path::Path;
44
use std::path::PathBuf;
45
use std::str::Utf8Error;
0 commit comments