From 582c602912592ec7ebea3096aefa02aea99c2143 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 2 Jan 2023 14:34:05 +0100 Subject: Old xtask test pass --- ui/task-priority-too-high.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/task-priority-too-high.rs') diff --git a/ui/task-priority-too-high.rs b/ui/task-priority-too-high.rs index e7e0cce..46ab561 100644 --- a/ui/task-priority-too-high.rs +++ b/ui/task-priority-too-high.rs @@ -9,7 +9,7 @@ mod app { struct Local {} #[init] - fn init(_: init::Context) -> (Shared, Local, init::Monotonics) { + fn init(cx: init::Context) -> (Shared, Local, init::Monotonics) { (Shared {}, Local {}, init::Monotonics()) } -- cgit v1.2.3