We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3068e commit d30662fCopy full SHA for d30662f
src/doc/book/conditional-compilation.md
@@ -44,9 +44,6 @@ default = []
44
# Add feature "foo" here, then you can use it.
45
# Our "foo" feature depends on nothing else.
46
foo = []
47
-
48
-# The “secure-password” feature depends on the bcrypt package.
49
-# secure-password = ["bcrypt"]
50
```
51
52
When you do this, Cargo passes along a flag to `rustc`:
0 commit comments