From 3dd5ba042be0a36b0f94aba34414bb20a7e5ed61 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 12 Oct 2023 19:34:12 +0200 Subject: refactor(tvix/store): clippy lint Change-Id: I03aa5c6cb0167ff6cb7312d81d1e43116fcb6d70 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9710 Reviewed-by: edef Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/store/src/proto/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store/src/proto') diff --git a/tvix/store/src/proto/mod.rs b/tvix/store/src/proto/mod.rs index f95ea62f972e..4bf4cfba1b6a 100644 --- a/tvix/store/src/proto/mod.rs +++ b/tvix/store/src/proto/mod.rs @@ -173,7 +173,7 @@ impl PathInfo { castorepb::node::Node::Symlink(_) => {} } // parse the name of the node itself and return - parse_node_name_root(&node.get_name(), ValidatePathInfoError::InvalidNodeName)? + parse_node_name_root(node.get_name(), ValidatePathInfoError::InvalidNodeName)? } }, }; -- cgit 1.4.1