]> git.lizzy.rs Git - rust.git/commitdiff
doc:remove useless conditional compilation feature
author吴冉波 <wuranbo@gmail.com>
Thu, 7 Jul 2016 02:34:33 +0000 (10:34 +0800)
committerGitHub <noreply@github.com>
Thu, 7 Jul 2016 02:34:33 +0000 (10:34 +0800)
src/doc/book/conditional-compilation.md

index 2857d7e64c5005109ed3b802057e1f1d93047b18..78ab3c18e4561988429bdb55ffbec9da21eb8caf 100644 (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`: