Gregory Pataky
Gregory Pataky
The `stream::pending` module is only exported for the "unstable" feature: https://github.com/async-rs/async-std/blob/4d9499c27751aa47bcd1c8f1cb0e56ee9a2e338b/src/stream/mod.rs#L328, but these items are not documented to require the feature in the docs like they are for other unstable...
This updates most `Future` combinators to preserve `Clone` when available on the base `Future`. For motivation, imagine you have some complicated `Future` that is not `Clone` and requires `.shared()` to...
I was suggested to use `sl pr unlink` when trying to run `sl pr submit` when the associated GitHub PR had already been closed. I then attempted that, but it...