Skip to content

Commit 2b4962f

Browse files
committed
Remove old sentence that should have been removed
It was mistakenly not removed in #997.
1 parent 49f1ed8 commit 2b4962f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/compiler-debugging.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,9 @@ 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
186-
full syntax. (Note: unlike the compiler, the [`tracing`] crate and its examples
187-
use the `RUST_LOG` environment variable. rustc, rustdoc, and other tools set
188-
custom environment variables.)
189-
190-
[`env_logger`]: https://docs.rs/env_logger
185+
see the full syntax you can use. (Note: unlike the compiler, the [`tracing`]
186+
crate and its examples use the `RUST_LOG` environment variable. rustc, rustdoc,
187+
and other tools set custom environment variables.)
191188
192189
**Note that unless you use a very strict filter, the logger will emit a lot of
193190
output, so use the most specific module(s) you can (comma-separated if

0 commit comments

Comments
 (0)