docs(nix-compat): fix some docstring references

Change-Id: Ic1b3148f549d8d41a00b5a17f360cc7074fe30ae
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13248
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Domen Kožar <domen@cachix.org>
Reviewed-by: Marijan Petričević <marijan.petricevic94@gmail.com>
This commit is contained in:
Florian Klink 2025-03-13 07:03:07 +01:00 committed by clbot
parent a0b6fad637
commit 29e4b3210b
4 changed files with 14 additions and 12 deletions

View file

@ -172,7 +172,7 @@ where
}
}
/// Decompose a string into a [StorePath] and a [PathBuf] containing the
/// Decompose a string into a [StorePath] and a [Path] containing the
/// rest of the path, or an error.
#[cfg(target_family = "unix")]
pub fn from_absolute_path_full<'a, P>(path: &'a P) -> Result<(Self, &'a Path), Error>