Update documented test command for the serde directory

This commit is contained in:
David Tolnay 2021-06-12 13:34:45 -07:00
parent 7b840897a9
commit 5e47432ef0
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

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