doc:remove useless conditional compilation feature

This commit is contained in:
吴冉波 2016-07-07 10:34:33 +08:00 committed by GitHub
parent 7f3068e52f
commit d30662f3e7
1 changed files with 0 additions and 3 deletions

View File

@ -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`: