From 0c682536b837ec6929f4b21384ddd37f07ee86ee Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Fri, 6 Sep 2019 18:29:17 -0400 Subject: [PATCH] disable rustfmt for all --- tonic-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic-examples/Cargo.toml b/tonic-examples/Cargo.toml index f06e908..8517db8 100644 --- a/tonic-examples/Cargo.toml +++ b/tonic-examples/Cargo.toml @@ -33,4 +33,4 @@ async-stream = { git = "https://github.com/tokio-rs/async-stream" } http = "0.1" [build-dependencies] -tonic-build = { path = "../tonic-build", features = ["rustfmt"] } +tonic-build = { path = "../tonic-build" }