We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ab2b3 commit f6c673eCopy full SHA for f6c673e
src/doc/reference.md
@@ -1889,8 +1889,8 @@ release builds.
1889
1890
There are two kinds of configuration options, one that is either defined or not
1891
(`#[cfg(foo)]`), and the other that contains a string that can be checked
1892
-against (`#[cfg(bar = "baz")]` (currently only compiler-defined configuration
1893
-options can have the latter form).
+against (`#[cfg(bar = "baz")]`). Currently, only compiler-defined configuration
+options can have the latter form.
1894
1895
```
1896
// The function is only included in the build when compiling for OSX
0 commit comments