From 584ac7e1b335411e3d923aeef92466efdc92ae50 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 8 Jan 2023 16:25:46 +0100 Subject: Update UI tests, 1 failing that needs fixing --- macros/ui/init-pub.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/ui/init-pub.rs') diff --git a/macros/ui/init-pub.rs b/macros/ui/init-pub.rs index 43375e4..dd59aa1 100644 --- a/macros/ui/init-pub.rs +++ b/macros/ui/init-pub.rs @@ -9,5 +9,5 @@ mod app { struct Local {} #[init] - pub fn init(_: init::Context) -> (Shared, Local, init::Monotonics) {} + pub fn init(_: init::Context) -> (Shared, Local) {} } -- cgit v1.2.3