You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: unused imports: error, warn
--> src/setup.rs:20:11
|
20 | use log::{error, info, warn};
| ^^^^^ ^^^^
|
= note: #[warn(unused_imports)] on by default
warning: spotifyd (bin "spotifyd") generated 1 warning
Finished release [optimized] target(s) in 0.33s
warning: the following packages contain code that will be rejected by a future version of Rust: daemonize v0.4.1
note: to see what the problems were, use the option --future-incompat-report, or run cargo report future-incompatibilities --id 2
The text was updated successfully, but these errors were encountered:
Jorpy76
added
the
bug
A functionality or parts of a program that do not work as intended
label
Mar 16, 2023
Thank you for the report! The messages you're getting aren't actually errors, but warnings which shouldn't prevent you from successfully compiling spotifyd. Nonetheless, both are valid points! The first warning (unused imports) should be fixed by #1182 and the second by #1183 (assuming daemonize 0.5 gets rid of that incompatible code).
eladyn
removed
the
bug
A functionality or parts of a program that do not work as intended
label
Mar 16, 2023
Hi there : I have an error when compiling in Debian 11:
cargo 1.68.0 (115f34552 2023-02-26)
spotifyd 0.3.4
warning: unused imports:
error
,warn
--> src/setup.rs:20:11
|
20 | use log::{error, info, warn};
| ^^^^^ ^^^^
|
= note:
#[warn(unused_imports)]
on by defaultwarning:
spotifyd
(bin "spotifyd") generated 1 warningFinished release [optimized] target(s) in 0.33s
warning: the following packages contain code that will be rejected by a future version of Rust: daemonize v0.4.1
note: to see what the problems were, use the option
--future-incompat-report
, or runcargo report future-incompatibilities --id 2
The text was updated successfully, but these errors were encountered: