Skip to content

Commit f6f5529

Browse files
oisyneddyb
authored andcommitted
Put back punctuation in comments
1 parent b167029 commit f6f5529

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rust-toolchain

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# If you see this, run `rustup self update` to get rustup 1.23 or newer
1+
# If you see this, run `rustup self update` to get rustup 1.23 or newer.
22

3-
# NOTE: above comment is for older `rustup` (before TOML support was added)
3+
# NOTE: above comment is for older `rustup` (before TOML support was added),
44
# which will treat the first line as the toolchain name, and therefore show it
5-
# to the user in the error, instead of "error: invalid channel name '[toolchain]'"
5+
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
66

77
[toolchain]
88
channel = "nightly-2023-01-21"
99
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
1010
# commit_hash = 5ce39f42bd2c8bca9c570f0560ebe1fce4eddb14
1111

1212
# Whenever changing the nightly channel, update the commit hash above, and make
13-
# sure to change REQUIRED_TOOLCHAIN in crates/rustc_codegen_spirv/src/build.rs also
13+
# sure to change REQUIRED_TOOLCHAIN in crates/rustc_codegen_spirv/src/build.rs also.

0 commit comments

Comments
 (0)