Skip to content

Commit

Permalink
doc: simplify environment variable setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhb authored and ytmimi committed Feb 17, 2024
1 parent 5805040 commit b5dcc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b5dcc6f

Please sign in to comment.