Skip to content

Use std::future::ready instead of futures_util::future::ready

Jonas Platte requested to merge jplatte/gstreamer-rs:fut-util into master

After this, there is only one usage of futures-util (StreamExt) outside of tests, which I'm pretty sure could be replaced by futures-lite, but that doesn't make sense as long as glib depends on futures-util.

Merge request reports