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 d8178a5 commit 7489d4fCopy full SHA for 7489d4f
tests/by-util/test_comm.rs
@@ -4,7 +4,6 @@
4
// file that was distributed with this source code.
5
// spell-checker:ignore (words) defaultcheck nocheck helpb helpz nwordb nwordwordz wordtotal
6
7
-use std::fmt::Write as _;
8
use uutests::new_ucmd;
9
use uutests::util::TestScenario;
10
use uutests::util_name;
@@ -677,6 +676,7 @@ fn test_output_lossy_utf8() {
677
676
#[test]
678
#[cfg(any(target_os = "linux", target_os = "android"))]
679
fn test_comm_anonymous_pipes() {
+ use std::fmt::Write as _;
680
use std::{io::Write, os::fd::AsRawFd, process};
681
use uucore::pipes::pipe;
682
0 commit comments