Skip to content

Commit 9f74b15

Browse files
DJMcNabErichDonGubler
authored andcommitted
Remove historical comment in rust-toolchain.toml
A version of rustup which doesn't understand toml-formatted `rust-toolchain` files won't be looking in `rust-toolchain.toml` The file was renamed to `rust-toolchain.toml` in #4204 rust-toolchain.toml support was added in rustup 1.23, which was released on 2020-11-27 [1], 3 and a half years ago. [1]: https://blog.rust-lang.org/2020/11/27/Rustup-1.23.0.html
1 parent 7fc7f58 commit 9f74b15

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rust-toolchain.toml

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# If you see this, run "rustup self update" to get rustup 1.23 or newer.
2-
3-
# NOTE: above comment is for older `rustup` (before TOML support was added),
4-
# 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]'".
6-
71
[toolchain]
82
channel = "1.76" # Needed for deno & cts_runner. Firefox's MSRV is 1.74
93
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)