You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tower::service_fn
, for example, says nothing about feature flags you need to enable, even though it is behind theutils
flag. This makes it fairly confusing.The
service_fn
in the crate root is just a reexport oftower::utils::service_fn
, which is correctly marked as behind a feature flag.The text was updated successfully, but these errors were encountered: