Snippets for ncspot 1.1.2 from Alpine ppc64le
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-ppc64le/community/ncspot/ncspot-1.1.2-r0.log.
-
warning: unnecessary parentheses around closure body --> src/spotify.rs:177:29 | 177 | .map(|size| (size as u64 * 1048576)), | ^ ^ | = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default -
warning: struct `AuthResponse` is never constructed --> src/authentication.rs:156:12 | 156 | pub struct AuthResponse { | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default -
warning: enum `SeekInterval` is never used --> src/command.rs:10:10 | 10 | pub enum SeekInterval { | ^^^^^^^^^^^^ -
warning: hiding a lifetime that's elided elsewhere is confusing --> src/config.rs:238:19 | 238 | pub fn values(&self) -> RwLockReadGuard<ConfigValues> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/config.rs:243:18 | 243 | pub fn state(&self) -> RwLockReadGuard<UserState> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 -
warning: hiding a lifetime that's elided elsewhere is confusing --> src/events.rs:36:21 | 36 | pub fn msg_iter(&self) -> TryIter<Event> { | ^^^^^ ^^^^^^^^^^^^^^ 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 -
warning: hiding a lifetime that's elided elsewhere is confusing --> src/mpris.rs:123:17 | 123 | fn metadata(&self) -> HashMap<String, Value> { | ^^^^^ ^^^^^ 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