aboutsummaryrefslogtreecommitdiff
path: root/src/fmt/writer/termcolor/shim_impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmt/writer/termcolor/shim_impl.rs')
-rw-r--r--src/fmt/writer/termcolor/shim_impl.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fmt/writer/termcolor/shim_impl.rs b/src/fmt/writer/termcolor/shim_impl.rs
index bfc31d0..0705770 100644
--- a/src/fmt/writer/termcolor/shim_impl.rs
+++ b/src/fmt/writer/termcolor/shim_impl.rs
@@ -24,7 +24,6 @@ impl BufferWriter {
}
pub(in crate::fmt::writer) fn pipe(
- _is_test: bool,
_write_style: WriteStyle,
pipe: Box<Mutex<dyn io::Write + Send + 'static>>,
) -> Self {