We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2de64ef + 2a63cc7 commit 2d447e4Copy full SHA for 2d447e4
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