Update src/stream/stream/cloned.rs

Co-Authored-By: nasa <htilcs1115@gmail.com>
poc-serde-support
yjh 5 years ago committed by GitHub
parent 4942dc7f9f
commit bf0cd5987a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save