Skip to content

Commit 8bef812

Browse files
yjhmelodyk-nasa
andauthored
Update src/stream/stream/cloned.rs
Co-Authored-By: nasa <[email protected]>
1 parent bf0cd59 commit 8bef812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/cloned.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use pin_project_lite::pin_project;
44
use std::pin::Pin;
55

66
pin_project! {
7-
#[allow(missing_debug_implementations)]
7+
#[derive(Debug)]
88
pub struct Cloned<S> {
99
#[pin]
1010
stream: S,

0 commit comments

Comments
 (0)