Skip to content

Commit 71a69b3

Browse files
committed
Remove old sentence that should have been removed
It was mistakenly not removed in rust-lang#997.
1 parent 49f1ed8 commit 71a69b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/compiler-debugging.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -182,10 +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.)
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.)
189188
190189
[`env_logger`]: https://docs.rs/env_logger
191190

0 commit comments

Comments
 (0)