Add expansion of test to readme

This commit is contained in:
David Tolnay 2016-06-19 10:12:28 -07:00
parent 0ccb0cb767
commit 5cbf31b85d
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -49,6 +49,10 @@ fn main() {
}
```
Or to expand a particular test target:
`$ cargo expand --test test_something`
## License
Licensed under either of