Use fully qualified path for futures_core::Stream in codegen (#591)

This commit is contained in:
Ben Sully
2021-03-28 19:31:20 +02:00
committed by GitHub
parent 2788628916
commit 6c898a239f
7 changed files with 40 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//! Codegen exports used by `tonic-build`.
pub use async_trait::async_trait;
pub use futures_core::Stream;
pub use futures_core;
pub use futures_util::future::{ok, poll_fn, Ready};
pub use http_body::Body as HttpBody;