1
0
mirror of https://github.com/pcvolkmer/cert-tools.git synced 2025-09-13 11:12:52 +00:00

refactor: add optional lifetime

This commit is contained in:
2025-09-08 13:20:51 +02:00
parent 4736efb6c5
commit d3c7da78d7

View File

@@ -322,7 +322,7 @@ impl Ui {
}
}
fn view(&self) -> Element<Message> {
fn view(&self) -> Element<'_, Message> {
fn filename_text<'a>(
placeholder: &'a str,
file: &'a File,