summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfaineance <faineance@users.noreply.github.com>2017-02-09 22:25:33 +0000
committerfaineance <faineance@users.noreply.github.com>2017-02-09 22:25:33 +0000
commit0a897c91b6d4989a5566003408733a98b8fa82f5 (patch)
tree93c62e3323b92c0fe3f72fbd8bacb8d89a708706
parent979452b7b89653b7373b668eff8ebfc7c8dc5953 (diff)
fix contributing
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 37208426..328b0870 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 "llvm_stable _docs"
+$ cargo build --features _docs
```
## Testing
@@ -90,7 +90,7 @@ Run `cargo test` to compare generated Rust bindings to the expectations.
### Running All Tests
```
-$ cargo test --all-features
+$ cargo test [--all-features]
```
### Authoring New Tests