From ab3915d47d607a3e3585b8270d8ecb69d7a4249e Mon Sep 17 00:00:00 2001 From: Rick Richardson Date: Sun, 20 Nov 2016 11:55:57 -0800 Subject: forgot a = --- examples/udp-codec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/udp-codec.rs') diff --git a/examples/udp-codec.rs b/examples/udp-codec.rs index fd6d9874..230c98ff 100644 --- a/examples/udp-codec.rs +++ b/examples/udp-codec.rs @@ -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); } } -- cgit v1.2.3