Remove some indirection in application traits
Skill issue, though.
This commit is contained in:
parent
3a3a02beef
commit
8c87f67d6d
3 changed files with 13 additions and 31 deletions
|
|
@ -110,7 +110,6 @@ where
|
|||
) -> Element<'a, Self::Message, Self::Theme, Self::Renderer> {
|
||||
self.view
|
||||
.view(state)
|
||||
.into()
|
||||
.map(|message| (message, Instant::now()))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue