Update serde documentation to 2018 edition

This commit is contained in:
David Tolnay
2018-12-31 22:59:55 -05:00
parent f1f8386f2e
commit 054ab1adaf
8 changed files with 33 additions and 108 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ matrix:
- cargo build --no-default-features
- cargo build --no-default-features --features alloc
- cargo build --no-default-features --features rc,alloc
- cargo test --features rc,unstable
- cargo test --features rc,unstable,derive
- cd "${TRAVIS_BUILD_DIR}/test_suite/deps"
- cargo build
- cd "${TRAVIS_BUILD_DIR}/test_suite"