Update src/stream/stream/cloned.rs

Co-Authored-By: nasa <htilcs1115@gmail.com>
pull/446/head
yjh 5 years ago committed by GitHub
parent bf0cd5987a
commit 8bef812e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ use pin_project_lite::pin_project;
use std::pin::Pin; use std::pin::Pin;
pin_project! { pin_project! {
#[allow(missing_debug_implementations)] #[derive(Debug)]
pub struct Cloned<S> { pub struct Cloned<S> {
#[pin] #[pin]
stream: S, stream: S,

Loading…
Cancel
Save