Skip to content

Commit afcd762

Browse files
committed
fix: clippy
1 parent cc495a3 commit afcd762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uu/sort/src/sort.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +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};
42+
use std::os::unix::ffi::{OsStrExt};
4343
use std::path::Path;
4444
use std::path::PathBuf;
4545
use std::str::Utf8Error;

0 commit comments

Comments
 (0)