Improve quoting of printed command

This commit is contained in:
David Tolnay 2024-04-05 23:23:29 -07:00
parent 8170047456
commit 6f67acec37
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
5 changed files with 46 additions and 28 deletions

View file

@ -25,6 +25,7 @@ prettyplease = { version = "0.2.17", features = ["verbatim"] }
proc-macro2 = "1.0.74"
quote = { version = "1.0.35", default-features = false }
serde = { version = "1.0.183", features = ["derive"] }
shlex = "1.3"
syn = { version = "2.0.46", default-features = false, features = ["clone-impls", "fold", "full", "parsing", "printing", "visit-mut"] }
syn-select = "0.3"
tempfile = "3.0"