Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Jun 27, 2024
1 parent 82e26c7 commit dae629f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_tracing/src/http_layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use tower_http::{
};
use tracing::{Level, Span};

#[allow(clippy::type_complexity)]
pub fn new_with_span(
make_span: fn(&Request<Body>) -> Span,
) -> TraceLayer<
Expand Down

0 comments on commit dae629f

Please sign in to comment.