Skip to content

Commit e933d2b

Browse files
committed
Fixes
1 parent 79da3c4 commit e933d2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

my-postgres-core/src/my_postgres.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#[cfg(feature = "with-logs-and-telemetry")]
22
use my_telemetry::MyTelemetryContext;
33

4+
use crate::is_debug;
45
use rust_extensions::StrOrString;
56
use std::{sync::Arc, time::Duration};
67

0 commit comments

Comments
 (0)