Skip to content

Commit 1a630b0

Browse files
committed
chore: clippy
1 parent a8a3272 commit 1a630b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irpc-iroh/examples/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ mod storage {
218218
}
219219
StorageMessage::List(list) => {
220220
info!("list {:?}", list);
221-
let WithChannels { mut tx, .. } = list;
221+
let WithChannels { tx, .. } = list;
222222
let values = {
223223
let state = self.state.lock().unwrap();
224224
// TODO: use async lock to not clone here.

0 commit comments

Comments
 (0)