Export operate constructor in advanced::widget

This commit is contained in:
Héctor Ramón Jiménez 2024-07-14 22:58:30 +02:00
parent fd0abe18d0
commit 950bfc07d4
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 14 additions and 9 deletions

View file

@ -423,7 +423,6 @@ impl<State, Message> Update<State, Message> for () {
_state: &mut State,
_message: Message,
) -> impl Into<Task<Message>> {
()
}
}