Skip to content

Commit

Permalink
add comment for rustfmt in config.toml.example
Browse files Browse the repository at this point in the history
  • Loading branch information
semarie committed Dec 27, 2019
1 parent b817a68 commit 98d8326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.toml.example
Expand Up @@ -132,6 +132,10 @@
# specified, use this rustc binary instead as the stage0 snapshot compiler.
#rustc = "/path/to/bin/rustc"

# Instead of download the src/stage0.txt version of rustfmt specified,
# use this rustfmt binary instead as the stage0 snapshot rustfmt.
#rustfmt = "/path/to/bin/rustfmt"

# Flag to specify whether any documentation is built. If false, rustdoc and
# friends will still be compiled but they will not be used to generate any
# documentation.
Expand Down

0 comments on commit 98d8326

Please sign in to comment.