doc:remove useless conditional compilation feature
This commit is contained in:
parent
7f3068e52f
commit
d30662f3e7
1 changed files with 0 additions and 3 deletions
|
|
@ -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`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue