about summary refs log tree commit diff
path: root/tvix/store/src/proto/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/src/proto/mod.rs')
-rw-r--r--tvix/store/src/proto/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/proto/mod.rs b/tvix/store/src/proto/mod.rs
index f95ea62f97..4bf4cfba1b 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)?
                 }
             },
         };