From 5a15536450848e77b2b8d289612b0ba240bbd8ce Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 15 Jun 2026 15:19:21 +0200 Subject: [PATCH] make more clear the content is in current book --- src/compiler-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler-debugging.md b/src/compiler-debugging.md index dc9d4b9a5c..7322835dc7 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -234,7 +234,7 @@ The compiler uses the [`tracing`] crate for logging. [`tracing`]: https://docs.rs/tracing -For details see [the guide section on tracing](./tracing.md) +For details, see [the chapter on tracing](./tracing.md). ## Narrowing (Bisecting) Regressions