Skip to content

Commit 98d8326

Browse files
committed
add comment for rustfmt in config.toml.example
1 parent b817a68 commit 98d8326

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.toml.example

+4
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@
132132
# specified, use this rustc binary instead as the stage0 snapshot compiler.
133133
#rustc = "/path/to/bin/rustc"
134134

135+
# Instead of download the src/stage0.txt version of rustfmt specified,
136+
# use this rustfmt binary instead as the stage0 snapshot rustfmt.
137+
#rustfmt = "/path/to/bin/rustfmt"
138+
135139
# Flag to specify whether any documentation is built. If false, rustdoc and
136140
# friends will still be compiled but they will not be used to generate any
137141
# documentation.

0 commit comments

Comments
 (0)