1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 02:09:26 +02:00

Remove usage of deprecated BoxFuture, BoxStream and BoxSink

This commit is contained in:
Thomas Bächler 2018-01-21 20:29:31 +01:00
parent 0bdf9aa080
commit 5237203899
8 changed files with 36 additions and 38 deletions

View file

@ -264,7 +264,7 @@ impl Main {
spirc: None,
spirc_task: None,
shutdown: false,
signal: tokio_signal::ctrl_c(&handle).flatten_stream().boxed(),
signal: Box::new(tokio_signal::ctrl_c(&handle).flatten_stream()),
};
if setup.enable_discovery {