Skip to content

Commit 8504570

Browse files
author
bors-servo
authored
Auto merge of #170 - jeanphilippeD:doc01, r=emilio
Add CI build command line in contributing
2 parents 604965a + 69d85b5 commit 8504570

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Additionally, you may want to build and test with the `_docs` feature to ensure
3939
that you aren't forgetting to document types and functions. CI will catch it if
4040
you forget, but the turn around will be a lot slower ;)
4141

42+
```
43+
$ cargo build --features "llvm_stable _docs"
44+
```
45+
4246
## Testing <span id="tests"/>
4347

4448
### Overview <span id="tests-overview"/>

0 commit comments

Comments
 (0)