Skip to content

Commit

Permalink
Ignore unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
iduartgomez committed Jul 18, 2024
1 parent abcf94d commit 2625ac3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/core/src/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,10 @@ pub(crate) mod tracer {
} else {
fmt_layer.boxed()
};
#[cfg(not(feature = "trace-ot"))]
{
let _ = endpoint;
}

#[cfg(feature = "trace-ot")]
{
Expand Down

0 comments on commit 2625ac3

Please sign in to comment.