aboutsummaryrefslogtreecommitdiff
path: root/matroska/src/read.rs
diff options
context:
space:
mode:
Diffstat (limited to 'matroska/src/read.rs')
-rw-r--r--matroska/src/read.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/matroska/src/read.rs b/matroska/src/read.rs
index 6849f11..93a5074 100644
--- a/matroska/src/read.rs
+++ b/matroska/src/read.rs
@@ -1,6 +1,6 @@
use crate::{matroska::MatroskaTag, size::EbmlSize, Master};
use anyhow::{anyhow, bail, Result};
-use log::{debug, error, warn};
+use log::{debug, warn};
use std::{
collections::VecDeque,
io::{Read, Seek, SeekFrom},