Update src/stream/stream/cloned.rs

Co-Authored-By: nasa <htilcs1115@gmail.com>
This commit is contained in:
yjh 2019-11-04 11:49:43 +08:00 committed by GitHub
parent 4942dc7f9f
commit bf0cd5987a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]