From 7497da24cac8b72f12d42c0348ebad85b1ae4ecf Mon Sep 17 00:00:00 2001 From: Olivier FAURE Date: Wed, 11 Nov 2020 14:58:56 +0000 Subject: [PATCH] Update src/compiler-debugging.md Co-authored-by: Joshua Nelson --- 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 914aee1b..4b241d8e 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -152,7 +152,7 @@ These crates are used in compiler for logging: * [env-logger] [log]: https://docs.rs/log/0.4.6/log/index.html -[env-logger]: https://docs.rs/env_logger/0.8.1/env_logger/ +[env-logger]: https://docs.rs/env_logger The compiler has a lot of `debug!` calls, which print out logging information at many points. These are very useful to at least narrow down the location of