Skip to content

Commit df92c63

Browse files
committed
fix: Add unstable features
1 parent de67bf0 commit df92c63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stream/stream/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,8 @@ extension_trait! {
14461446
# }) }
14471447
```
14481448
"#]
1449+
#[cfg(all(feature = "default", feature = "unstable"))]
1450+
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
14491451
fn by_ref(&mut self) -> &mut Self {
14501452
self
14511453
}

0 commit comments

Comments
 (0)