Skip to content

Commit

Permalink
Merge branch 'master' into chore/fix-versions-changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique authored Jun 8, 2024
2 parents 922acbc + 3b61e57 commit e708267
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 e708267

Please sign in to comment.