We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1380d79 commit bd46b25Copy full SHA for bd46b25
taskchampion/sync-server/src/storage/inmemory.rs
@@ -66,7 +66,7 @@ impl<'a> StorageTxn for InnerTxn<'a> {
66
snapshot: Snapshot,
67
data: Vec<u8>,
68
) -> anyhow::Result<()> {
69
- let mut client = self
+ let client = self
70
.0
71
.clients
72
.get_mut(&client_id)
0 commit comments