From 18880406cb425bcd030f0b0aa9e67e8ac05bd852 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 21 Jul 2021 10:14:00 +0200 Subject: use tuple struct syntax for Monotonics everywhere --- examples/smallest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/smallest.rs') diff --git a/examples/smallest.rs b/examples/smallest.rs index 6afcfbd..31750e2 100644 --- a/examples/smallest.rs +++ b/examples/smallest.rs @@ -16,6 +16,6 @@ mod app { #[init] fn init(_: init::Context) -> (Shared, Local, init::Monotonics) { - (Shared {}, Local {}, init::Monotonics {}) + (Shared {}, Local {}, init::Monotonics()) } } -- cgit v1.2.3