Add elided lifetimes to view helpers in examples
This commit is contained in:
parent
bde4572bc5
commit
5ca5000cdc
50 changed files with 95 additions and 84 deletions
|
|
@ -29,7 +29,7 @@ impl Exit {
|
|||
}
|
||||
}
|
||||
|
||||
fn view(&self) -> Element<Message> {
|
||||
fn view(&self) -> Element<'_, Message> {
|
||||
let content = if self.show_confirm {
|
||||
column![
|
||||
"Are you sure you want to exit?",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue