refactor(tvix/store): clippy lint

Change-Id: I03aa5c6cb0167ff6cb7312d81d1e43116fcb6d70
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9710
Reviewed-by: edef <edef@edef.eu>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
Florian Klink 2023-10-12 19:34:12 +02:00 committed by flokli
parent 04c1f151f3
commit 3dd5ba042b
4 changed files with 4 additions and 4 deletions

View file

@ -84,7 +84,7 @@ pub async fn write_nar<W: AsyncWrite + Unpin + Send>(
walk_node(
nar_root_node,
&proto_root_node,
proto_root_node,
blob_service,
directory_service,
)