chore: Fix clippy lint (#1181)
This commit is contained in:
@@ -27,6 +27,6 @@ tonic = { version = "0.8", path = "../tonic", default-features = false, features
|
||||
|
||||
[dev-dependencies]
|
||||
tonic = { version = "0.8", path = "../tonic", default-features = false, features = ["transport"] }
|
||||
tonic-build = { version = "0.8", path = "../tonic-build", default-features = false, features = ["prost"] }
|
||||
tonic-build = { version = "0.8", path = "../tonic-build", default-features = false, features = ["prost", "cleanup-markdown"] }
|
||||
futures = "0.3"
|
||||
futures-util = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user