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)),
|
||||
};
|
||||
Arbiter::stop_system();
|
||||
return res;
|
||||
res
|
||||
}
|
||||
})
|
||||
.flatten()
|
||||
|
|
Loading…
Reference in New Issue