diff --git a/src/stream_parser.rs b/src/stream_parser.rs index 1497cb4..bd34e3f 100644 --- a/src/stream_parser.rs +++ b/src/stream_parser.rs @@ -5,7 +5,7 @@ use futures::{ }; use std::task::{Context, Poll}; -use crate::ebml::{EbmlLayout, FromEbml}; +use crate::ebml::FromEbml; use crate::error::WebmetroError; pub struct EbmlStreamingParser {