Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Apr 2, 2024
1 parent b0d989b commit 20bbc85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions neqo-transport/src/connection/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ impl StateSignaling {
if !matches!(self, Self::Idle) {
debug_assert!(
false,
"StateSignaling must be in Idle state but is in {:?} state.",
self
"StateSignaling must be in Idle state but is in {self:?} state.",
);
return;
}
Expand Down

0 comments on commit 20bbc85

Please sign in to comment.