mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
doc: simplify environment variable setting
This commit is contained in:
parent
5805040d28
commit
b5dcc6ff0e
@ -59,7 +59,7 @@ example, the `issue-1111.rs` test file is configured by the file
|
||||
## Debugging
|
||||
|
||||
Some `rewrite_*` methods use the `debug!` macro for printing useful information.
|
||||
These messages can be printed by using the environment variable `RUSTFMT_LOG=rustfmt=DEBUG`.
|
||||
These messages can be printed by using the environment variable `RUSTFMT_LOG=debug`.
|
||||
These traces can be helpful in understanding which part of the code was used
|
||||
and get a better grasp on the execution flow.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user