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:
parent
de67bf0fd4
commit
df92c63337
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue