about summary refs log tree commit diff
diff options
context:
space:
mode:
author吴冉波 <wuranbo@gmail.com>2016-07-07 10:34:33 +0800
committerGitHub <noreply@github.com>2016-07-07 10:34:33 +0800
commitd30662f3e78ddc65f6ecafd20e4b6ecd3033e466 (patch)
treea7b95bcfaa84e3890c150c5a2cad0dbe0c3327a8
parent7f3068e52f1943d612923f819dc8d0e996faaaf4 (diff)
downloadrust-d30662f3e78ddc65f6ecafd20e4b6ecd3033e466.tar.gz
rust-d30662f3e78ddc65f6ecafd20e4b6ecd3033e466.zip
doc:remove useless conditional compilation feature
-rw-r--r--src/doc/book/conditional-compilation.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doc/book/conditional-compilation.md b/src/doc/book/conditional-compilation.md
index 2857d7e64c5..78ab3c18e45 100644
--- a/src/doc/book/conditional-compilation.md
+++ b/src/doc/book/conditional-compilation.md
@@ -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`: