1
Fork 0
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:
Sylvestre Ledru 2023-12-25 11:05:55 +01:00
parent 6b1f51385f
commit 853f73b7c9

View file

@ -3,6 +3,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use crate::common::util::TestScenario;
#[cfg(target_os = "linux")]
use std::fmt::Write;
// tests for basic tee functionality.