fix doctest

This commit is contained in:
Manish Goregaokar 2015-04-23 04:56:00 +05:30
parent f81933d240
commit b0319e9094

View File

@ -47,7 +47,7 @@ secure-password = ["bcrypt"]
When you do this, Cargo passes along a flag to `rustc`:
```
```text
--cfg feature="${feature_name}"
```