fix cargo test --doc

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-09-18 22:56:13 +02:00
parent c533d5f906
commit bd43490d72
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

@ -64,4 +64,4 @@ matrix:
script:
- cargo check --features unstable --all --benches --bins --examples --tests
- cargo test --all --docs --features unstable
- cargo test --all --doc --features unstable