Skip to content

Commit

Permalink
chore: remove one std::
Browse files Browse the repository at this point in the history
chore: remove one `std::`

Pull-Request: #5450.
  • Loading branch information
elecbug authored Jun 8, 2024
1 parent f54423a commit 3b61e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ impl ListenerId {
}
}

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

0 comments on commit 3b61e57

Please sign in to comment.