diff --git a/nextest-runner/src/reporter.rs b/nextest-runner/src/reporter.rs index d9220f6fd88..fa8070f980e 100644 --- a/nextest-runner/src/reporter.rs +++ b/nextest-runner/src/reporter.rs @@ -379,7 +379,7 @@ impl<'a> TestReporter<'a> { } ReporterStderrImpl::Buffer(buf) => { self.inner - .write_event_impl(&event, * buf) + .write_event_impl(&event, *buf) .map_err(WriteEventError::Io)?; } }