1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-23 19:03:03 +01:00

Run rustfmt on the whole project

This commit is contained in:
LukeMathWalker 2021-08-13 10:59:46 +01:00
parent 06ba655461
commit d7ffa0aac8

View File

@ -118,7 +118,11 @@ pub mod private {
pub use tracing;
#[cfg(any(feature = "opentelemetry_0_13", feature = "opentelemetry_0_14", feature = "opentelemetry_0_15"))]
#[cfg(any(
feature = "opentelemetry_0_13",
feature = "opentelemetry_0_14",
feature = "opentelemetry_0_15"
))]
#[doc(hidden)]
pub fn set_otel_parent(req: &ServiceRequest, span: &tracing::Span) {
crate::otel::set_otel_parent(req, span);