Snippets for cosmic-notifications 1.6.0 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/cosmic-notifications/1.6.0/2.fc46/data/logs/x86_64/build.log.
-
warning: variant `Surface` is never constructed --> src/app.rs:79:5 | 69 | enum Message { | ------- variant in this enum -
warning: hiding a lifetime that's elided elsewhere is confusing --> src/app.rs:753:13 | 753 | fn view(&self) -> Element<Self::Message> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default -
warning: hiding a lifetime that's elided elsewhere is confusing --> src/app.rs:861:20 | 861 | fn view_window(&self, _: SurfaceId) -> Element<Message> { | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing