chore: make clippy happy (#16316)

This commit is contained in:
Matthias Seitz
2025-05-17 06:24:20 +02:00
committed by GitHub
parent 85775b5a79
commit b551dc3057
3 changed files with 7 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ where
let sink = match pending_subscription_sink.accept().await {
Ok(sink) => sink,
Err(e) => {
println!("failed to accept subscription: {}", e);
println!("failed to accept subscription: {e}");
return;
}
};