docs(tvix/store/bin): drop outdated TODO
We already use store_path::build_nar_based_store_path as a helper function down there. Change-Id: I46842bb0a2f4cd5de7dcfc3c4b6aae399618667a Reviewed-on: https://cl.tvl.fyi/c/depot/+/9571 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
parent
71a00b5ede
commit
4b27cdbc57
1 changed files with 0 additions and 1 deletions
|
@ -271,7 +271,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
.calculate_nar(&root_node_copy)
|
||||
.await?;
|
||||
|
||||
// TODO: make a path_to_name helper function?
|
||||
let name = path
|
||||
.file_name()
|
||||
.expect("path must not be ..")
|
||||
|
|
Loading…
Reference in a new issue