We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0cd59 commit 8bef812Copy full SHA for 8bef812
src/stream/stream/cloned.rs
@@ -4,7 +4,7 @@ use pin_project_lite::pin_project;
4
use std::pin::Pin;
5
6
pin_project! {
7
- #[allow(missing_debug_implementations)]
+ #[derive(Debug)]
8
pub struct Cloned<S> {
9
#[pin]
10
stream: S,
0 commit comments