Skip to content

Commit bd46b25

Browse files
authored
Fix unnecessary mut (GothenburgBitFactory#3224)
1 parent 1380d79 commit bd46b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskchampion/sync-server/src/storage/inmemory.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl<'a> StorageTxn for InnerTxn<'a> {
6666
snapshot: Snapshot,
6767
data: Vec<u8>,
6868
) -> anyhow::Result<()> {
69-
let mut client = self
69+
let client = self
7070
.0
7171
.clients
7272
.get_mut(&client_id)

0 commit comments

Comments
 (0)