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:
parent
06ba655461
commit
d7ffa0aac8
@ -118,7 +118,11 @@ pub mod private {
|
|||||||
|
|
||||||
pub use tracing;
|
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)]
|
#[doc(hidden)]
|
||||||
pub fn set_otel_parent(req: &ServiceRequest, span: &tracing::Span) {
|
pub fn set_otel_parent(req: &ServiceRequest, span: &tracing::Span) {
|
||||||
crate::otel::set_otel_parent(req, span);
|
crate::otel::set_otel_parent(req, span);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user