From 950bfc07d4b71016bf3e9d53709395e185420cec Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 14 Jul 2024 22:58:30 +0200 Subject: Export `operate` constructor in `advanced::widget` --- src/application.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/application.rs') diff --git a/src/application.rs b/src/application.rs index 71cb6a7f..c21f343a 100644 --- a/src/application.rs +++ b/src/application.rs @@ -423,7 +423,6 @@ impl Update for () { _state: &mut State, _message: Message, ) -> impl Into> { - () } } -- cgit