rollup merge of #24870: tshepang/reference-fix-brackets
Also, remove the other brackets, because they make the whole sentence look awkward.
This commit is contained in:
commit
18a0269d9d
1 changed files with 2 additions and 2 deletions
|
@ -1897,8 +1897,8 @@ release builds.
|
|||
|
||||
There are two kinds of configuration options, one that is either defined or not
|
||||
(`#[cfg(foo)]`), and the other that contains a string that can be checked
|
||||
against (`#[cfg(bar = "baz")]` (currently only compiler-defined configuration
|
||||
options can have the latter form).
|
||||
against (`#[cfg(bar = "baz")]`). Currently, only compiler-defined configuration
|
||||
options can have the latter form.
|
||||
|
||||
```
|
||||
// The function is only included in the build when compiling for OSX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue