Skip to content

Commit

Permalink
doc:remove useless conditional compilation feature
Browse files Browse the repository at this point in the history
  • Loading branch information
wuranbo authored Jul 7, 2016
1 parent 7f3068e commit d30662f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/doc/book/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ default = []
# Add feature "foo" here, then you can use it.
# Our "foo" feature depends on nothing else.
foo = []

# The “secure-password” feature depends on the bcrypt package.
# secure-password = ["bcrypt"]
```

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

0 comments on commit d30662f

Please sign in to comment.