chore: Fix clippy lint (#1181)
This commit is contained in:
@@ -13,5 +13,5 @@ prost = "0.11"
|
||||
tonic = { path = "../../tonic" }
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.11"
|
||||
prost-build = "0.11.4"
|
||||
tonic-build = { path = "../../tonic-build" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
fn main() {
|
||||
let mut config = prost_build::Config::default();
|
||||
config.disable_comments(&["test.Input1", "test.Output1"]);
|
||||
config.disable_comments(["test.Input1", "test.Output1"]);
|
||||
tonic_build::configure()
|
||||
.disable_comments("test.Service1")
|
||||
.disable_comments("test.Service1.Rpc1")
|
||||
|
||||
Reference in New Issue
Block a user