Skip to content

Commit b9af259

Browse files
committed
lint
1 parent 9e842f6 commit b9af259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/simple_log_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use opentelemetry::{otel_debug, otel_error, otel_warn, InstrumentationScope};
2727

2828
use std::fmt::Debug;
2929
use std::sync::atomic::AtomicBool;
30-
use std::{env, sync::Mutex};
30+
use std::sync::Mutex;
3131

3232
/// A [`LogProcessor`] designed for testing and debugging purpose, that immediately
3333
/// exports log records as they are emitted. Log records are exported synchronously

0 commit comments

Comments
 (0)