diff options
author | Florian Klink <flokli@flokli.de> | 2023-06-19T14·49+0300 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-06-19T22·54+0000 |
commit | 6656b865b608f7417b5a4b5df1e20811f48c7a82 (patch) | |
tree | 708b37e31cfdd695cc34affc45760836fd5961b2 /tvix/store/src/nar/renderer.rs | |
parent | 09486d483c7ad3e4f873f684ffa62e634a7ee519 (diff) |
docs(tvix/store): correct some cargo doc warnings r/6335
Change-Id: I5053e3f7dcea01e75baa933e4986396583ff22e8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8831 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/store/src/nar/renderer.rs')
-rw-r--r-- | tvix/store/src/nar/renderer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/nar/renderer.rs b/tvix/store/src/nar/renderer.rs index 4bd31e1513e3..518854c09c45 100644 --- a/tvix/store/src/nar/renderer.rs +++ b/tvix/store/src/nar/renderer.rs @@ -14,7 +14,7 @@ use std::{ }; use tracing::warn; -/// Invoke [render_nar], and return the size and sha256 digest of the produced +/// Invoke [write_nar], and return the size and sha256 digest of the produced /// NAR output. pub fn calculate_size_and_sha256( root_node: &proto::node::Node, |