mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Pick up Expr::Assign formatting improvements
This commit is contained in:
parent
50380982ba
commit
d8f5bbc17d
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ bat = { version = "0.24", default-features = false, features = ["paging", "regex
|
|||
cargo-subcommand-metadata = "0.1"
|
||||
clap = { version = "4", features = ["deprecated", "derive"] }
|
||||
fs-err = "2"
|
||||
prettyplease = { version = "0.2.18", features = ["verbatim"] }
|
||||
prettyplease = { version = "0.2.19", features = ["verbatim"] }
|
||||
proc-macro2 = "1.0.80"
|
||||
quote = { version = "1.0.35", default-features = false }
|
||||
serde = { version = "1.0.183", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue