Fixes typo in getting started guide

This commit is contained in:
Daniel Santos 2021-02-24 20:46:27 -05:00 committed by Joshua Nelson
parent 9214d4a8c3
commit 033a1ea771
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ commit, as this reduces conflicts later. The pinned version is built under
`build/<target>/stage0/bin/rustfmt`, so if you want, you can use it for a `build/<target>/stage0/bin/rustfmt`, so if you want, you can use it for a
single file or for format-on-save in your editor, which can be faster than `./x.py fmt`. single file or for format-on-save in your editor, which can be faster than `./x.py fmt`.
On last thing: you can use `RUSTC_LOG=XXX` to get debug logging. [Read more One last thing: you can use `RUSTC_LOG=XXX` to get debug logging. [Read more
here][logging]. Notice the `C` in `RUSTC_LOG`. Other than that, it uses normal here][logging]. Notice the `C` in `RUSTC_LOG`. Other than that, it uses normal
[`env_logger`][envlog] syntax. [`env_logger`][envlog] syntax.