We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4233cbd commit 2a63cc7Copy full SHA for 2a63cc7
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