mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tee test: fix a warning on not(linux)
warning: unused import: `std::fmt::Write`
This commit is contained in:
parent
6b1f51385f
commit
853f73b7c9
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
// For the full copyright and license information, please view the LICENSE
|
// For the full copyright and license information, please view the LICENSE
|
||||||
// file that was distributed with this source code.
|
// file that was distributed with this source code.
|
||||||
use crate::common::util::TestScenario;
|
use crate::common::util::TestScenario;
|
||||||
|
#[cfg(target_os = "linux")]
|
||||||
use std::fmt::Write;
|
use std::fmt::Write;
|
||||||
|
|
||||||
// tests for basic tee functionality.
|
// tests for basic tee functionality.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue