Fix warning in oneshot test (#587)

Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
This commit is contained in:
Lucio Franco 2021-05-18 16:31:29 -04:00 committed by GitHub
parent ce2f031523
commit 71ece8ea5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ async fn service_driven_to_readiness() {
struct PollMeTwice {
ready: bool,
};
}
impl Service<()> for PollMeTwice {
type Error = ();
type Response = ();