Skip to content

Commit

Permalink
doc: Mention profile in rust-toolchain docs
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Silverstone <[email protected]>
  • Loading branch information
kinnison committed Nov 29, 2020
1 parent 0ad29a0 commit 741eb51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/src/overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ called `rust-toolchain`, the content of which is either the name of a single
channel = "nightly-2020-07-10"
components = [ "rustfmt", "rustc-dev" ]
targets = [ "wasm32-unknown-unknown", "thumbv2-none-eabi" ]
profile = "minimal"
```

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

0 comments on commit 741eb51

Please sign in to comment.