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/compiler/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/eval/src/compiler/mod.rs') diff --git a/tvix/eval/src/compiler/mod.rs b/tvix/eval/src/compiler/mod.rs index b7b9192571f7..3ab0e4d93360 100644 --- a/tvix/eval/src/compiler/mod.rs +++ b/tvix/eval/src/compiler/mod.rs @@ -350,7 +350,7 @@ impl Compiler<'_> { /// warnings in that expression. /// /// A warning about the that code being dead is assumed to already be - /// emitted by the caller of [compile_dead_code]. + /// emitted by the caller of this. fn compile_dead_code(&mut self, slot: LocalIdx, node: ast::Expr) { self.dead_scope += 1; self.compile(slot, node); -- cgit 1.4.1