Skip to content

Commit 3b61e57

Browse files
authored
chore: remove one std::
chore: remove one `std::` Pull-Request: #5450.
1 parent f54423a commit 3b61e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/transport.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ impl ListenerId {
256256
}
257257
}
258258

259-
impl std::fmt::Display for ListenerId {
259+
impl fmt::Display for ListenerId {
260260
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
261261
write!(f, "{}", self.0)
262262
}

0 commit comments

Comments
 (0)