Skip to content

Commit 69b941b

Browse files
committed
run cargo fmt and clippy
1 parent cefcd7b commit 69b941b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tarpc/src/context.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
use crate::trace::{self, TraceId};
1111
use opentelemetry::trace::TraceContextExt;
1212
use static_assertions::assert_impl_all;
13-
use std::{convert::TryFrom, time::{Duration, Instant}};
1413
use std::ops::{Deref, DerefMut};
14+
use std::{
15+
convert::TryFrom,
16+
time::{Duration, Instant},
17+
};
1518
use tracing_opentelemetry::OpenTelemetrySpanExt;
1619

1720
/// A request context that carries request-scoped information like deadlines and trace information.

0 commit comments

Comments
 (0)