Skip to content

Commit 15642fe

Browse files
committed
Update README: channel not mandatory in override
1 parent 846c9a5 commit 15642fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ components = [ "rustfmt", "rustc-dev" ]
414414
targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ]
415415
```
416416

417-
If the TOML format is used, the `[toolchain]` section and the `channel` entry
418-
are mandatory.
417+
If the TOML format is used, the `[toolchain]` section is mandatory,
418+
but all its entries are optional.
419419

420420
The `rust-toolchain` file is suitable to check in to source control.
421421
This file has to be encoded in US-ASCII (if you are on

0 commit comments

Comments
 (0)