Skip to content

Commit 25062cd

Browse files
authored
chore: remove duplicate cfg line and comment (#99)
1 parent 6cd697a commit 25062cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/server.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ use opentelemetry::sdk::trace as sdktrace;
2222
// For passing along the same XrayId across services
2323
use opentelemetry_aws::trace::XrayPropagator;
2424
#[cfg(feature = "otel")]
25-
// To be able to pass along the XrayId across services
26-
#[cfg(feature = "otel")]
2725
// The `Ext` traits are to allow the Registry to accept the
2826
// OpenTelemetry-specific types (such as `OpenTelemetryLayer`)
2927
use tracing_subscriber::{

0 commit comments

Comments
 (0)