mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 09:49:31 +02:00
Fix latest clippy and fmt warnings
This commit is contained in:
parent
2c20669a5c
commit
68bbb4fbbc
3 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,10 @@ use std::{env, process::exit};
|
|||
|
||||
use librespot::{
|
||||
core::{
|
||||
authentication::Credentials, config::SessionConfig, session::Session, spotify_id::{SpotifyId, SpotifyItemType},
|
||||
authentication::Credentials,
|
||||
config::SessionConfig,
|
||||
session::Session,
|
||||
spotify_id::{SpotifyId, SpotifyItemType},
|
||||
},
|
||||
playback::{
|
||||
audio_backend,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue