mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-30 06:21:17 +00:00
docs: Replace ready_and()
with ready()
in docs (#611)
This commit is contained in:
parent
80c6e38f2f
commit
0f16ea5652
@ -33,7 +33,7 @@ use tower_service::Service;
|
||||
/// let mut service = service_fn(handle);
|
||||
///
|
||||
/// let response = service
|
||||
/// .ready_and()
|
||||
/// .ready()
|
||||
/// .await?
|
||||
/// .call(Request::new())
|
||||
/// .await?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user