Clarify that other items work too

This commit is contained in:
David Tolnay 2019-01-14 10:45:43 -08:00
parent a0b0fba599
commit 6e39eeb132
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -107,7 +107,7 @@ To expand without `rustfmt`:
`$ cargo expand --ugly`
To expand a specific module only:
To expand a specific module or type or function only:
`$ cargo expand path::to::module`