feat(build): use prettyplease to format output (#890) (#904)

This commit is contained in:
Matthias Vogelgesang
2022-02-10 13:20:52 -05:00
committed by GitHub
parent 468e4221f0
commit d6c0fc112b
11 changed files with 8 additions and 93 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ repository = "https://github.com/hyperium/tonic"
version = "0.5.0"
[features]
default = ["transport", "rustfmt"]
rustfmt = ["tonic-build/rustfmt"]
default = ["transport"]
transport = ["tonic/transport", "tonic-build/transport"]
[dependencies]