From 481d49de092f245ee2186f8eccdab5ed8b461c47 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 29 Jan 2026 21:08:19 +0200 Subject: [PATCH] missing word --- src/doc/rustc-dev-guide/src/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc-dev-guide/src/tracing.md b/src/doc/rustc-dev-guide/src/tracing.md index 33f9387355ac..75bce30d3af1 100644 --- a/src/doc/rustc-dev-guide/src/tracing.md +++ b/src/doc/rustc-dev-guide/src/tracing.md @@ -204,7 +204,7 @@ commit - they won't slow down the performance of what we ship. That said, there can also be excessive tracing calls, especially when they are redundant with other calls nearby or in functions called from here. -There is no perfect balance to hit here, and is left to the reviewer's +There is no perfect balance to hit here, and it is left to the reviewer's discretion to decide whether to let you leave `debug!` statements in or whether to ask you to remove them before merging.