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:
parent
04c1f151f3
commit
3dd5ba042b
4 changed files with 4 additions and 4 deletions
|
|
@ -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)?
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue