Snippets for cosmic-notifications 1.6.0 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/9y5w9i0ixnxn6z8yr8ir76gmw6i6fdjn-cosmic-notifications-1.6.0.drv.
-
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