From 050313d62d84dd9f537bbc578213f18cd7640d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 11 Jan 2023 21:48:21 +0100 Subject: Missed hprintln with multiline --- examples/binds.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/binds.rs') diff --git a/examples/binds.rs b/examples/binds.rs index 04b8fad..db5bd96 100644 --- a/examples/binds.rs +++ b/examples/binds.rs @@ -49,7 +49,6 @@ mod app { "foo called {} time{}", *cx.local.times, if *cx.local.times > 1 { "s" } else { "" } - ) - .unwrap(); + ); } } -- cgit v1.2.3