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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user