diff --git a/ui/src/main.rs b/ui/src/main.rs index 37ee116..429799f 100644 --- a/ui/src/main.rs +++ b/ui/src/main.rs @@ -322,7 +322,7 @@ impl Ui { } } - fn view(&self) -> Element { + fn view(&self) -> Element<'_, Message> { fn filename_text<'a>( placeholder: &'a str, file: &'a File,