From 731996fbfe5947190443ed70385632a7f9e07e06 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 22 Sep 2023 00:57:20 +0300 Subject: docs(tvix/eval): fix some broken docstr references There's some more left, but they've been renamed/refactored out of sight. Change-Id: I41579dedc74342b4c5f8cb39d2995b5b0c90b0f4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9372 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster Autosubmit: flokli --- tvix/eval/src/vm/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tvix/eval/src/vm/mod.rs') diff --git a/tvix/eval/src/vm/mod.rs b/tvix/eval/src/vm/mod.rs index 681b8fb97a..d883b25000 100644 --- a/tvix/eval/src/vm/mod.rs +++ b/tvix/eval/src/vm/mod.rs @@ -225,8 +225,8 @@ struct ImportCache(HashMap); /// file, so that the same file doesn't need to be re-evaluated multiple times. /// Currently the real path of the imported file (determined using /// [`std::fs::canonicalize()`], not to be confused with our -/// [`value::canon_path()`]) is used to identify the file, just like C++ Nix -/// does. +/// [`crate::value::canon_path()`]) is used to identify the file, +/// just like C++ Nix does. /// /// Errors while determining the real path are currently just ignored, since we /// pass around some fake paths like `/__corepkgs__/fetchurl.nix`. -- cgit 1.4.1