Update src/stream/stream/cloned.rs

Co-Authored-By: nasa <htilcs1115@gmail.com>
poc-serde-support
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;
pin_project! {
#[allow(missing_debug_implementations)]
#[derive(Debug)]
pub struct Cloned<S> {
#[pin]
stream: S,

Loading…
Cancel
Save