rust-lang / futures-rs

Zero-cost asynchronous programming in Rust
https://rust-lang.github.io/futures-rs/
Apache License 2.0
5.31k stars 609 forks source link

Provide `Deref{Mut}` implementation for `AllowStdIO`. #2806

Closed Frostie314159 closed 7 months ago

Frostie314159 commented 7 months ago

Is there anything preventing this, since the get_{ref|mut}() functions are essentially these implementations.

Frostie314159 commented 7 months ago

I'm closing this, since I made a PR addressing this. #2808