Merge pull request #2039 from dtolnay/test

Update documented test command for the serde directory
This commit is contained in:
David Tolnay 2021-06-12 13:38:34 -07:00 committed by GitHub
commit 9d81532e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ tests for you.
```sh
# Test all the example code in Serde documentation
cargo test
cargo test --features derive
```
##### In the [`test_suite/deps`] directory