Skip to content

Commit 7a8592b

Browse files
committed
chore(test): Remove unnecessary tokio-stream dependency
1 parent 2737de3 commit 7a8592b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/use_arc_self/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ license = "MIT"
55
name = "use_arc_self"
66

77
[dependencies]
8-
tokio-stream = "0.1"
98
prost = "0.14"
109
tonic = {path = "../../tonic", features = ["gzip"]}
1110

tests/use_arc_self/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
#![allow(unused_imports)]
2-
31
use std::sync::Arc;
4-
use tokio_stream::{Stream, StreamExt};
52
use tonic::{Request, Response, Status};
63

74
tonic::include_proto!("test");

0 commit comments

Comments
 (0)