Remove extern crate statements

https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html
This commit is contained in:
Henrik Friedrichsen
2021-05-04 22:51:03 +02:00
parent f9bb41655f
commit 71d42d489e
14 changed files with 15 additions and 36 deletions

View File

@@ -15,6 +15,7 @@ use librespot_core::session::Session;
use librespot_core::spotify_id::{SpotifyAudioType, SpotifyId};
use librespot_playback::mixer::Mixer;
use librespot_playback::player::{Player, PlayerEvent as LibrespotPlayerEvent};
use log::{debug, error, info, warn};
use std::time::Duration;
use std::{pin::Pin, time::SystemTime};