diff options
author | 2024-07-14 22:58:30 +0200 | |
---|---|---|
committer | 2024-07-14 23:00:11 +0200 | |
commit | 950bfc07d4b71016bf3e9d53709395e185420cec (patch) | |
tree | 22536df490f1f80b512092c69a2f67c24c64bd20 /src/application.rs | |
parent | fd0abe18d0cfde614cc779fa0da71c4e07107b59 (diff) | |
download | iced-950bfc07d4b71016bf3e9d53709395e185420cec.tar.gz iced-950bfc07d4b71016bf3e9d53709395e185420cec.tar.bz2 iced-950bfc07d4b71016bf3e9d53709395e185420cec.zip |
Export `operate` constructor in `advanced::widget`
Diffstat (limited to '')
-rw-r--r-- | src/application.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<State, Message> Update<State, Message> for () { _state: &mut State, _message: Message, ) -> impl Into<Task<Message>> { - () } } |