Remove some indirection in application traits

Skill issue, though.
This commit is contained in:
Héctor Ramón Jiménez 2025-05-13 22:29:20 +02:00
parent 3a3a02beef
commit 8c87f67d6d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 13 additions and 31 deletions

View file

@ -110,7 +110,6 @@ where
) -> Element<'a, Self::Message, Self::Theme, Self::Renderer> {
self.view
.view(state)
.into()
.map(|message| (message, Instant::now()))
}