Skip to content

Commit 4a0067a

Browse files
committed
Build docs without optional impls
There's no way to identify them as opt-in in the docs which is a constant source of confusion so it's safer to just not mention them there.
1 parent 90810f2 commit 4a0067a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before_script:
66
script:
77
- cargo test
88
- cargo test --features "uuid rustc-serialize time unix_socket serde"
9-
- cargo doc --no-deps --features "uuid rustc-serialize time unix_socket serde"
9+
- cargo doc --no-deps --features "unix_socket"
1010
after_success:
1111
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh
1212
env:

0 commit comments

Comments
 (0)