fix typo in stable doc codegen-options chapter
This commit is contained in:
parent
d39324b525
commit
3006e62909
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ metrics.
|
|||
## link-self-contained
|
||||
|
||||
On `windows-gnu`, `linux-musl`, and `wasi` targets, this flag controls whether the
|
||||
linker will use libraries and objects shipped with Rust instead or those in the system.
|
||||
linker will use libraries and objects shipped with Rust instead of those in the system.
|
||||
It takes one of the following values:
|
||||
|
||||
* no value: rustc will use heuristic to disable self-contained mode if system has necessary tools.
|
||||
|
|
Loading…
Add table
Reference in a new issue