mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Add expansion of test to readme
This commit is contained in:
parent
0ccb0cb767
commit
5cbf31b85d
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ fn main() {
|
|||
}
|
||||
```
|
||||
|
||||
Or to expand a particular test target:
|
||||
|
||||
`$ cargo expand --test test_something`
|
||||
|
||||
## License
|
||||
|
||||
Licensed under either of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue