diff --git a/src/media_library.rs b/src/media_library.rs index 3a6b236..8b75bd5 100644 --- a/src/media_library.rs +++ b/src/media_library.rs @@ -3,7 +3,6 @@ // Licensed under the MIT license, see the LICENSE file. use crate::{Instance, InternalError, MediaList}; -use std::fmt; use vlc_sys as sys; pub struct MediaLibrary {