forked from mirror/async-std
Update src/stream/stream/cloned.rs
Co-Authored-By: nasa <htilcs1115@gmail.com>
This commit is contained in:
parent
4942dc7f9f
commit
bf0cd5987a
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ use pin_project_lite::pin_project;
|
||||||
use std::pin::Pin;
|
use std::pin::Pin;
|
||||||
|
|
||||||
pin_project! {
|
pin_project! {
|
||||||
#[doc(hidden)]
|
|
||||||
#[allow(missing_debug_implementations)]
|
#[allow(missing_debug_implementations)]
|
||||||
pub struct Cloned<S> {
|
pub struct Cloned<S> {
|
||||||
#[pin]
|
#[pin]
|
||||||
|
|
Loading…
Reference in a new issue