Skip to content

Commit 7489d4f

Browse files
committed
lints
1 parent d8178a5 commit 7489d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_comm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// file that was distributed with this source code.
55
// spell-checker:ignore (words) defaultcheck nocheck helpb helpz nwordb nwordwordz wordtotal
66

7-
use std::fmt::Write as _;
87
use uutests::new_ucmd;
98
use uutests::util::TestScenario;
109
use uutests::util_name;
@@ -677,6 +676,7 @@ fn test_output_lossy_utf8() {
677676
#[test]
678677
#[cfg(any(target_os = "linux", target_os = "android"))]
679678
fn test_comm_anonymous_pipes() {
679+
use std::fmt::Write as _;
680680
use std::{io::Write, os::fd::AsRawFd, process};
681681
use uucore::pipes::pipe;
682682

0 commit comments

Comments
 (0)