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:
Florian Klink 2023-05-18 21:47:06 +03:00 committed by flokli
parent a0801ae220
commit 0e7bbf0d01

View file

@ -67,7 +67,7 @@ async fn put_read_stat() {
// Stat for the digest of A.
// We currently don't ask for more granular chunking data, as we don't
// expose it yet.
let resp = service
let _resp = service
.stat(tonic::Request::new(StatBlobRequest {
digest: BLOB_A_DIGEST.to_vec(),
..Default::default()