Inline bat's PrettyPrinter logic

This commit is contained in:
David Tolnay 2024-10-23 17:15:14 -07:00
parent 3944f5a713
commit 09d0e944d6
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 35 additions and 19 deletions

View file

@ -20,6 +20,7 @@ prettyplease = []
bat = { version = "0.24", default-features = false, features = ["paging", "regex-fancy"] }
cargo-subcommand-metadata = "0.1"
clap = { version = "4", features = ["deprecated", "derive"] }
console = "0.15"
fs-err = "3"
prettyplease = { version = "0.2.25", features = ["verbatim"] }
proc-macro2 = "1.0.80"