mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-28 13:30:43 +00:00
Fix warning in oneshot test (#587)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
This commit is contained in:
parent
ce2f031523
commit
71ece8ea5a
@ -11,7 +11,7 @@ async fn service_driven_to_readiness() {
|
||||
|
||||
struct PollMeTwice {
|
||||
ready: bool,
|
||||
};
|
||||
}
|
||||
impl Service<()> for PollMeTwice {
|
||||
type Error = ();
|
||||
type Response = ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user