mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Fix unnecessary mut (#3224)
This commit is contained in:
parent
1380d79148
commit
bd46b254af
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ impl<'a> StorageTxn for InnerTxn<'a> {
|
|||
snapshot: Snapshot,
|
||||
data: Vec<u8>,
|
||||
) -> anyhow::Result<()> {
|
||||
let mut client = self
|
||||
let client = self
|
||||
.0
|
||||
.clients
|
||||
.get_mut(&client_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue