Skip to content

Commit 662c195

Browse files
committed
Fix clippy breaking main CI
1 parent 7a7f3af commit 662c195

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/message.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ impl Message {
207207
Err(unknown_enum) => {
208208
warn!(
209209
"Received BaseCommand of unexpected type {}: {}",
210-
self.command.r#type,
211-
unknown_enum.to_string()
210+
self.command.r#type, unknown_enum
212211
);
213212
}
214213
}

0 commit comments

Comments
 (0)