Skip to content

Commit

Permalink
Fix build breakage in 0.9.2 without termcolor feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Nov 7, 2022
1 parent 555cbc2 commit bdae47c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fmt/writer/termcolor/shim_impl.rs
Expand Up @@ -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 {
Expand Down

0 comments on commit bdae47c

Please sign in to comment.