removed unused import

4-clippy_fmt
Pierre Réveillon 2021-12-05 23:45:57 +01:00
parent 0107178024
commit 1f439aa464
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
// Licensed under the MIT license, see the LICENSE file. // Licensed under the MIT license, see the LICENSE file.
use crate::{Instance, InternalError, MediaList}; use crate::{Instance, InternalError, MediaList};
use std::fmt;
use vlc_sys as sys; use vlc_sys as sys;
pub struct MediaLibrary { pub struct MediaLibrary {