fix(tvix/store/proto/grpc_blobsvc): clippy
Change-Id: I0473562793f5fa2211cb10329ba1bca14b1acab9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8594 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
a0801ae220
commit
0e7bbf0d01
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ async fn put_read_stat() {
|
||||||
// Stat for the digest of A.
|
// Stat for the digest of A.
|
||||||
// We currently don't ask for more granular chunking data, as we don't
|
// We currently don't ask for more granular chunking data, as we don't
|
||||||
// expose it yet.
|
// expose it yet.
|
||||||
let resp = service
|
let _resp = service
|
||||||
.stat(tonic::Request::new(StatBlobRequest {
|
.stat(tonic::Request::new(StatBlobRequest {
|
||||||
digest: BLOB_A_DIGEST.to_vec(),
|
digest: BLOB_A_DIGEST.to_vec(),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
|
|
Loading…
Reference in a new issue