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 4b0a5a9 commit 3485a06Copy full SHA for 3485a06
src/kv.rs
@@ -389,9 +389,7 @@ impl Kv<Vec<u8>, Vec<u8>> {
389
};
390
Ok(bytes)
391
}
392
- KvResponse::Err {
393
- 0: error
394
- } => Err(error.into()),
+ KvResponse::Err { 0: error } => Err(error.into()),
395
_ => Err(anyhow::anyhow!("kv: unexpected response {:?}", response)),
396
397
0 commit comments