use 'Self' to refer to own type
This commit is contained in:
parent
a88cbad37f
commit
b9723dd5e0
15 changed files with 48 additions and 54 deletions
|
|
@ -124,7 +124,7 @@ impl cosmic::Application for Notifications {
|
|||
})
|
||||
})
|
||||
.unwrap_or_default();
|
||||
let mut _self = Notifications {
|
||||
let mut _self = Self {
|
||||
core,
|
||||
config_helper: helper,
|
||||
config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue