Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Apr 22, 2015
1 parent f81933d commit b0319e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/conditional-compilation.md
Expand Up @@ -47,7 +47,7 @@ secure-password = ["bcrypt"]

When you do this, Cargo passes along a flag to `rustc`:

```
```text
--cfg feature="${feature_name}"
```

Expand Down

0 comments on commit b0319e9

Please sign in to comment.