mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 05:17:37 +03:00
Mention #[derive] expansion in readme
This commit is contained in:
parent
035498b46b
commit
169175c43c
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
[](https://crates.io/crates/cargo-expand)
|
||||
|
||||
This is a wrapper around `cargo rustc -- --pretty=expanded`. Once installed, the
|
||||
command `cargo expand` prints out the result of macro expansion applied to the
|
||||
current crate.
|
||||
command `cargo expand` prints out the result of macro expansion and `#[derive]`
|
||||
expansion applied to the current crate.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue