Skip to content

Commit d30662f

Browse files
authored
doc:remove useless conditional compilation feature
1 parent 7f3068e commit d30662f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/doc/book/conditional-compilation.md

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ default = []
4444
# Add feature "foo" here, then you can use it.
4545
# Our "foo" feature depends on nothing else.
4646
foo = []
47-
48-
# The “secure-password” feature depends on the bcrypt package.
49-
# secure-password = ["bcrypt"]
5047
```
5148

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

0 commit comments

Comments
 (0)