diff options
| author | bors <bors@rust-lang.org> | 2015-05-29 14:53:59 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-05-29 14:53:59 +0000 |
| commit | 2d447e40e29bbb47120dd01b3d25b2510b345284 (patch) | |
| tree | b762c1b73531b5a09d5881aa1757dc24d76d0c4d | |
| parent | 2de64ef30577971dc80dfa38145d807aad72a264 (diff) | |
| parent | 2a63cc771565836c6c468fd6e20b84cbcb1abc44 (diff) | |
| download | rust-2d447e40e29bbb47120dd01b3d25b2510b345284.tar.gz rust-2d447e40e29bbb47120dd01b3d25b2510b345284.zip | |
Auto merge of #25857 - killercup:patch-14, r=steveklabnik
Thanks to @cers who reported this in killercup/trpl-ebook#14! r? @steveklabnik
| -rw-r--r-- | src/doc/trpl/conditional-compilation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/conditional-compilation.md b/src/doc/trpl/conditional-compilation.md index 73eb0101692..a944b852d24 100644 --- a/src/doc/trpl/conditional-compilation.md +++ b/src/doc/trpl/conditional-compilation.md @@ -34,7 +34,7 @@ These can nest arbitrarily: As for how to enable or disable these switches, if you’re using Cargo, they get set in the [`[features]` section][features] of your `Cargo.toml`: -[features]: http://doc.crates.io/manifest.html#the-[features]-section +[features]: http://doc.crates.io/manifest.html#the-%5Bfeatures%5D-section ```toml [features] |
