summaryrefslogtreecommitdiffstats
path: root/src/application.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-07-14 22:58:30 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-07-14 23:00:11 +0200
commit950bfc07d4b71016bf3e9d53709395e185420cec (patch)
tree22536df490f1f80b512092c69a2f67c24c64bd20 /src/application.rs
parentfd0abe18d0cfde614cc779fa0da71c4e07107b59 (diff)
downloadiced-950bfc07d4b71016bf3e9d53709395e185420cec.tar.gz
iced-950bfc07d4b71016bf3e9d53709395e185420cec.tar.bz2
iced-950bfc07d4b71016bf3e9d53709395e185420cec.zip
Export `operate` constructor in `advanced::widget`
Diffstat (limited to '')
-rw-r--r--src/application.rs1
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>> {
- ()
}
}