diff options
| author | 吴冉波 <wuranbo@gmail.com> | 2016-07-07 10:34:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-07 10:34:33 +0800 |
| commit | d30662f3e78ddc65f6ecafd20e4b6ecd3033e466 (patch) | |
| tree | a7b95bcfaa84e3890c150c5a2cad0dbe0c3327a8 | |
| parent | 7f3068e52f1943d612923f819dc8d0e996faaaf4 (diff) | |
| download | rust-d30662f3e78ddc65f6ecafd20e4b6ecd3033e466.tar.gz rust-d30662f3e78ddc65f6ecafd20e4b6ecd3033e466.zip | |
doc:remove useless conditional compilation feature
| -rw-r--r-- | src/doc/book/conditional-compilation.md | 3 |
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`: |
