Fix rustfmt in tonic-build

This commit is contained in:
Lucio Franco
2019-09-24 15:41:09 -04:00
parent 60c9629630
commit 1e579d1bd4
3 changed files with 23 additions and 31 deletions
+2 -3
View File
@@ -13,7 +13,6 @@ quote = "1.0"
proc-macro2 = "1.0"
[features]
default = ["transport"]
# TODO: reenable this feature
# rustfmt = []
default = ["transport", "rustfmt"]
rustfmt = []
transport = []