use 'Self' to refer to own type

This commit is contained in:
daniel.eades 2023-11-16 18:32:31 +00:00 committed by Ashley Wulber
parent a88cbad37f
commit b9723dd5e0
15 changed files with 48 additions and 54 deletions

View file

@ -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,