diff options
author | Florian Klink <flokli@flokli.de> | 2024-03-15T21·22+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-15T23·16+0000 |
commit | 56dc4f735b58e38598a520451d4c95979745b9ad (patch) | |
tree | 28fa029e7080ab14e99e998becdcd10754d08bbc /tvix/store/src/import.rs | |
parent | d3534ee051abad5117e9578854b6cd13a14d940d (diff) |
docs(tvix): fix some docstrings r/7700
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
Diffstat (limited to 'tvix/store/src/import.rs')
-rw-r--r-- | tvix/store/src/import.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/import.rs b/tvix/store/src/import.rs index 588a0108931e..50c6b73109d7 100644 --- a/tvix/store/src/import.rs +++ b/tvix/store/src/import.rs @@ -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>( |