removed noisy links

This commit is contained in:
jofas 2023-01-21 11:24:54 +01:00
parent 05e6d6febd
commit 63e9b77d8a

View File

@ -321,7 +321,7 @@ all capital letters.
This section documents all configuration keys. The description for keys with This section documents all configuration keys. The description for keys with
variable parts are annotated with angled brackets like `target.<triple>` where variable parts are annotated with angled brackets like `target.<triple>` where
the [`<triple>`] part can be any [target triple] like the `<triple>` part can be any [target triple] like
`target.x86_64-pc-windows-msvc`. `target.x86_64-pc-windows-msvc`.
#### `paths` #### `paths`
@ -1050,7 +1050,7 @@ If none of `branch`, `tag`, or `rev` is set, defaults to the `master` branch.
The `[target]` table is used for specifying settings for specific platform The `[target]` table is used for specifying settings for specific platform
targets. It consists of a sub-table which is either a [platform triple][target triple] targets. It consists of a sub-table which is either a [platform triple][target triple]
or a [`cfg()` expression]. The given values will be used if the target platform or a [`cfg()` expression]. The given values will be used if the target platform
matches either the [`<triple>`] value or the `<cfg>` expression. matches either the `<triple>` value or the `<cfg>` expression.
```toml ```toml
[target.thumbv7m-none-eabi] [target.thumbv7m-none-eabi]