Fix cargo clippy feedback.

This commit is contained in:
Orne Brocaar
2025-03-25 11:06:16 +00:00
parent 5ce35eef5e
commit 849d27f148
43 changed files with 172 additions and 194 deletions

View File

@ -203,7 +203,7 @@ impl Integration {
for stream_key in &srr.keys {
for stream_id in &stream_key.ids {
redis::cmd("XACK")
let _: () = redis::cmd("XACK")
.arg(&key)
.arg(&self.consumer_group)
.arg(&stream_id.id)