Skip to content

Commit 0865da4

Browse files
committed
Revert "remove(sort): unused imports"
This reverts commit 446fc9d.
1 parent 446fc9d commit 0865da4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/uu/sort/src/sort.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ use std::io::{BufRead, BufReader, BufWriter, Read, Write, stdin, stdout};
3939
use std::num::{IntErrorKind, NonZero};
4040
use std::ops::Range;
4141
#[cfg(unix)]
42+
use std::os::unix::ffi::{OsStrExt, OsStringExt};
4243
use std::path::Path;
4344
use std::path::PathBuf;
4445
use std::str::Utf8Error;

0 commit comments

Comments
 (0)