mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
forgot a =
This commit is contained in:
parent
161811de8b
commit
ab3915d47d
@ -108,7 +108,7 @@ fn main() {
|
||||
|
||||
//Now we instruct `reactor::Core` to iterate, processing events until its future, `SelectAll`
|
||||
//has completed
|
||||
if let Err(e) core.run(wait) {
|
||||
if let Err(e) = core.run(wait) {
|
||||
error!("{}", e.0);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user