Skip to content

Commit aa2faef

Browse files
committed
remove outdated stage0.json parts
Signed-off-by: onur-ozkan <[email protected]>
1 parent b46c3f2 commit aa2faef

File tree

3 files changed

+6
-462
lines changed

3 files changed

+6
-462
lines changed

config.example.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,17 @@
213213
# the root of the repository.
214214
#build-dir = "build"
215215

216-
# Instead of downloading the src/stage0.json version of Cargo specified, use
216+
# Instead of downloading the src/stage0 version of Cargo specified, use
217217
# this Cargo binary instead to build all Rust code
218218
# If you set this, you likely want to set `rustc` as well.
219219
#cargo = "/path/to/cargo"
220220

221-
# Instead of downloading the src/stage0.json version of the compiler
221+
# Instead of downloading the src/stage0 version of the compiler
222222
# specified, use this rustc binary instead as the stage0 snapshot compiler.
223223
# If you set this, you likely want to set `cargo` as well.
224224
#rustc = "/path/to/rustc"
225225

226-
# Instead of downloading the src/stage0.json version of rustfmt specified,
226+
# Instead of downloading the src/stage0 version of rustfmt specified,
227227
# use this rustfmt binary instead as the stage0 snapshot rustfmt.
228228
#rustfmt = "/path/to/rustfmt"
229229

0 commit comments

Comments
 (0)