From b4346a257380a004e11c805c66bd9f6b4b9e4e4b Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Fri, 15 Nov 2019 13:21:45 +0100 Subject: [PATCH] media: fix crate path --- src/media.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/media.rs b/src/media.rs index 60e4656..fff8b66 100644 --- a/src/media.rs +++ b/src/media.rs @@ -2,10 +2,10 @@ // This file is part of vlc-rs. // Licensed under the MIT license, see the LICENSE file. -use sys; -use ::{Instance, EventManager}; -use ::enums::{State, Meta, TrackType}; -use ::tools::{to_cstr, from_cstr, path_to_cstr}; +use crate::sys; +use crate::{Instance, EventManager}; +use crate::enums::{State, Meta, TrackType}; +use crate::tools::{to_cstr, from_cstr, path_to_cstr}; use std::path::Path; pub struct Media {