Skip to content

Commit 58d5b02

Browse files
committed
made shutdown timeout configurable, included integration tests and unit tests
1 parent 43637ce commit 58d5b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-appender/src/non_blocking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ impl ErrorCounter {
383383
#[cfg(test)]
384384
mod test {
385385
use super::*;
386-
use std::sync::{mpsc, Mutex};
386+
use std::sync::mpsc;
387387
use std::thread;
388388
use std::time::Duration;
389389

0 commit comments

Comments
 (0)