docs(tvix): fix some docstrings
Change-Id: Ife599387d0472cd746b992bd6755a2fb6a0e0dc4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11158 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
d3534ee051
commit
56dc4f735b
4 changed files with 5 additions and 5 deletions
|
|
@ -84,7 +84,7 @@ pub fn derive_nar_ca_path_info(nar_size: u64, nar_sha256: [u8; 32], root_node: N
|
|||
}
|
||||
}
|
||||
|
||||
/// Ingest the given path [`path`] and register the resulting output path in the
|
||||
/// Ingest the given path `path` and register the resulting output path in the
|
||||
/// [`PathInfoService`] as a recursive fixed output NAR.
|
||||
#[instrument(skip_all, fields(store_name=name, path=?path), err)]
|
||||
pub async fn import_path_as_nar_ca<BS, DS, PS, P>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue