Skip to content

Commit bdae47c

Browse files
committed
Fix build breakage in 0.9.2 without termcolor feature
1 parent 555cbc2 commit bdae47c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fmt/writer/termcolor/shim_impl.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ impl BufferWriter {
2424
}
2525

2626
pub(in crate::fmt::writer) fn pipe(
27-
_is_test: bool,
2827
_write_style: WriteStyle,
2928
pipe: Box<Mutex<dyn io::Write + Send + 'static>>,
3029
) -> Self {

0 commit comments

Comments
 (0)