mirror of https://github.com/fafhrd91/actix-net
Fix clippy warning inherited from master
This commit is contained in:
parent
9a19b08bcf
commit
8e7f95089c
|
@ -137,7 +137,7 @@ impl AsyncSystemRunner {
|
||||||
Err(e) => Err(io::Error::new(io::ErrorKind::Other, e)),
|
Err(e) => Err(io::Error::new(io::ErrorKind::Other, e)),
|
||||||
};
|
};
|
||||||
Arbiter::stop_system();
|
Arbiter::stop_system();
|
||||||
return res;
|
res
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.flatten()
|
.flatten()
|
||||||
|
|
Loading…
Reference in New Issue