Closed
Description
tower::service_fn
, for example, says nothing about feature flags you need to enable, even though it is behind the utils
flag. This makes it fairly confusing.
The service_fn
in the crate root is just a reexport of tower::utils::service_fn
, which is correctly marked as behind a feature flag.