Skip to content

Commit 5f4ca98

Browse files
committed
doc: Mention profile in rust-toolchain docs
Signed-off-by: Daniel Silverstone <[email protected]>
1 parent 2d0ff5f commit 5f4ca98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/overrides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ called `rust-toolchain`, the content of which is either the name of a single
8282
channel = "nightly-2020-07-10"
8383
components = [ "rustfmt", "rustc-dev" ]
8484
targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ]
85+
profile = "minimal"
8586
```
8687

8788
If the TOML format is used, the `[toolchain]` section is mandatory, and at

0 commit comments

Comments
 (0)