From d4d1387409fa4f138c447d41c22eb258022ea2cd Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 16 Nov 2023 00:24:54 +0200 Subject: docs(tvix/glue): fix doc-comment reference This has been renamed to descend_to in cl/9373. Change-Id: Ia6201fb81c7d4fa953d311451cfff95373549a50 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10045 Autosubmit: flokli Reviewed-by: edef Tested-by: BuildkiteCI --- tvix/glue/src/tvix_store_io.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/glue/src') diff --git a/tvix/glue/src/tvix_store_io.rs b/tvix/glue/src/tvix_store_io.rs index 9be896ffc40f..3f462df3dc37 100644 --- a/tvix/glue/src/tvix_store_io.rs +++ b/tvix/glue/src/tvix_store_io.rs @@ -52,7 +52,7 @@ impl TvixStoreIO { /// for a given [StorePath] and additional [Path] inside the store path, /// look up the [PathInfo], and if it exists, and then use - /// [directoryservice::traverse_to] to return the + /// [directoryservice::descend_to] to return the /// [Node] specified by `sub_path`. #[instrument(skip(self), ret, err)] fn store_path_to_root_node( -- cgit 1.4.1