Skip to content

Commit

Permalink
TRPL: Fix Unescaped URL
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed May 28, 2015
1 parent 4233cbd commit 2a63cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2a63cc7

Please sign in to comment.