We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a3272 commit 1a630b0Copy full SHA for 1a630b0
irpc-iroh/examples/auth.rs
@@ -218,7 +218,7 @@ mod storage {
218
}
219
StorageMessage::List(list) => {
220
info!("list {:?}", list);
221
- let WithChannels { mut tx, .. } = list;
+ let WithChannels { tx, .. } = list;
222
let values = {
223
let state = self.state.lock().unwrap();
224
// TODO: use async lock to not clone here.
0 commit comments