Fix unnecessary mut (#3224)
This commit is contained in:
committed by
GitHub
parent
1380d79148
commit
bd46b254af
@@ -66,7 +66,7 @@ impl<'a> StorageTxn for InnerTxn<'a> {
|
|||||||
snapshot: Snapshot,
|
snapshot: Snapshot,
|
||||||
data: Vec<u8>,
|
data: Vec<u8>,
|
||||||
) -> anyhow::Result<()> {
|
) -> anyhow::Result<()> {
|
||||||
let mut client = self
|
let client = self
|
||||||
.0
|
.0
|
||||||
.clients
|
.clients
|
||||||
.get_mut(&client_id)
|
.get_mut(&client_id)
|
||||||
|
|||||||
Reference in New Issue
Block a user