We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefcd7b commit 69b941bCopy full SHA for 69b941b
tarpc/src/context.rs
@@ -10,8 +10,11 @@
10
use crate::trace::{self, TraceId};
11
use opentelemetry::trace::TraceContextExt;
12
use static_assertions::assert_impl_all;
13
-use std::{convert::TryFrom, time::{Duration, Instant}};
14
use std::ops::{Deref, DerefMut};
+use std::{
15
+ convert::TryFrom,
16
+ time::{Duration, Instant},
17
+};
18
use tracing_opentelemetry::OpenTelemetrySpanExt;
19
20
/// A request context that carries request-scoped information like deadlines and trace information.
0 commit comments