mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tee test: fix a warning on not(linux)
warning: unused import: `std::fmt::Write`
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user