Skip to content

Commit 49f1ed8

Browse files
JohnTitorJoshua Nelson
authored and
Joshua Nelson
committed
Fix "Potential incomplete link" error on compiler-debugging.md
1 parent f08a6b3 commit 49f1ed8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/compiler-debugging.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,13 @@ If you are developing rustdoc, use `RUSTDOC_LOG` instead. If you are developing
182182
Miri, use `MIRI_LOG` instead. You get the idea :)
183183

184184
See the [`tracing`] crate's docs, and specifically the docs for [`debug!`] to
185-
see the full syntax you can use. See the [env-logger] doc for more info on the
185+
see the full syntax you can use. See the [`env_logger`] doc for more info on the
186186
full syntax. (Note: unlike the compiler, the [`tracing`] crate and its examples
187187
use the `RUST_LOG` environment variable. rustc, rustdoc, and other tools set
188188
custom environment variables.)
189189
190+
[`env_logger`]: https://docs.rs/env_logger
191+
190192
**Note that unless you use a very strict filter, the logger will emit a lot of
191193
output, so use the most specific module(s) you can (comma-separated if
192194
multiple)**. It's typically a good idea to pipe standard error to a file and

0 commit comments

Comments
 (0)