hyper
hyper copied to clipboard
Remove the `runtime` cargo feature
With the removal of the tcp feature and the addition of the Timer trait, we no longer have need of the runtime feature.
This is blocked on the timer related issues (like #2848) being done first.
With a Timer added, we can now delete all cfg(feature = "runtime") stuff from hyper.