mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
forgot a =
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user