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.
2 parents afc3a2e + 2a63cc7 commit f724d7dCopy full SHA for f724d7d
src/doc/trpl/conditional-compilation.md
@@ -34,7 +34,7 @@ These can nest arbitrarily:
34
As for how to enable or disable these switches, if you’re using Cargo,
35
they get set in the [`[features]` section][features] of your `Cargo.toml`:
36
37
-[features]: http://doc.crates.io/manifest.html#the-[features]-section
+[features]: http://doc.crates.io/manifest.html#the-%5Bfeatures%5D-section
38
39
```toml
40
[features]
0 commit comments