2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-30 17:25:32 +00:00

fix: Add unstable features

This commit is contained in:
k-nasa 2019-11-16 00:29:54 +09:00
parent de67bf0fd4
commit df92c63337

View file

@ -1446,6 +1446,8 @@ extension_trait! {
# }) }
```
"#]
#[cfg(all(feature = "default", feature = "unstable"))]
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
fn by_ref(&mut self) -> &mut Self {
self
}