diff options
author | faineance <faineance@users.noreply.github.com> | 2017-02-09 22:27:15 +0000 |
---|---|---|
committer | faineance <faineance@users.noreply.github.com> | 2017-02-09 22:27:15 +0000 |
commit | bb98fbcc687f2420f0737d39dfa335b4af03e566 (patch) | |
tree | 1ab1198a6e73a8a7f101951d4447a286334488e5 | |
parent | 0a897c91b6d4989a5566003408733a98b8fa82f5 (diff) |
fix contributing instructions
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 328b0870..cbaaf3c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ that you aren't forgetting to document types and functions. CI will catch it if you forget, but the turn around will be a lot slower ;) ``` -$ cargo build --features _docs +$ cargo build --features docs_ ``` ## Testing |