mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 05:17:37 +03:00
Pull in if-let and while-let indentation improvement
This commit is contained in:
parent
372e8ef30e
commit
1fbd48befd
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -657,9 +657,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "prettyplease"
|
||||
version = "0.2.14"
|
||||
version = "0.2.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8832c0f9be7e3cae60727e6256cfd2cd3c3e2b6cd5dad4190ecb2fd658c9030b"
|
||||
checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"syn",
|
||||
|
|
|
@ -20,7 +20,7 @@ prettyplease = []
|
|||
bat = { version = "0.23", default-features = false, features = ["paging", "regex-fancy"] }
|
||||
cargo-subcommand-metadata = "0.1"
|
||||
clap = { version = "4", features = ["deprecated", "derive"] }
|
||||
prettyplease = { version = "0.2.14", features = ["verbatim"] }
|
||||
prettyplease = { version = "0.2.15", features = ["verbatim"] }
|
||||
proc-macro2 = "1.0.63"
|
||||
quote = { version = "1.0", default-features = false }
|
||||
serde = { version = "1.0.183", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue