Skip to content

Commit

Permalink
Update composite.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyCpp authored Nov 21, 2023
1 parent f51ad8e commit b455109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry/src/propagation/composite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl TextMapPropagator for TextMapCompositePropagator {
}
}

#[cfg(test)]
#[cfg(all(test, feature = "trace"))]
mod tests {
use crate::baggage::BaggageExt;
use crate::propagation::TextMapCompositePropagator;
Expand Down

0 comments on commit b455109

Please sign in to comment.