mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Wrap description of toolchain input
This commit is contained in:
parent
e1883a8673
commit
a6f60ec55f
1 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,10 @@ All inputs are optional.
|
|||
</tr>
|
||||
<tr>
|
||||
<td><code>toolchain</code></td>
|
||||
<td>Rustup toolchain specifier e.g. <code>stable</code>, <code>nightly</code>, <code>1.42.0</code>. <b>Important: the default is to match the @rev as described above.</b></td>
|
||||
<td>
|
||||
Rustup toolchain specifier e.g. <code>stable</code>, <code>nightly</code>, <code>1.42.0</code>.
|
||||
<b>Important: the default is to match the @rev as described above.</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>target</code></td>
|
||||
|
|
Loading…
Reference in a new issue