1
0
Fork 0
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:
Nick Steel 2022-11-22 12:17:29 +00:00
parent 2c20669a5c
commit 68bbb4fbbc
3 changed files with 6 additions and 3 deletions

View file

@ -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,