We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417fbe9 commit fda1b26Copy full SHA for fda1b26
tests/use_arc_self/Cargo.toml
@@ -5,7 +5,6 @@ license = "MIT"
5
name = "use_arc_self"
6
7
[dependencies]
8
-tokio-stream = "0.1"
9
prost = "0.14"
10
tonic = {path = "../../tonic", features = ["gzip"]}
11
tests/use_arc_self/src/lib.rs
@@ -1,7 +1,4 @@
1
-#![allow(unused_imports)]
2
-
3
use std::sync::Arc;
4
-use tokio_stream::{Stream, StreamExt};
use tonic::{Request, Response, Status};
tonic::include_proto!("test");
0 commit comments