mirror of
https://github.com/alfg/mp4-rust.git
synced 2024-12-22 03:56:28 +00:00
lint: fix warnings from unused imports.
This commit is contained in:
parent
02b87d3ce7
commit
93dbb56464
2 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ use std::io::{Read, Seek, SeekFrom};
|
|||
use std::time::Duration;
|
||||
|
||||
use crate::*;
|
||||
use crate::mp4box::*;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Mp4Reader<R> {
|
||||
|
|
|
@ -6,7 +6,6 @@ use std::time::Duration;
|
|||
|
||||
use crate::mp4box::trak::TrakBox;
|
||||
use crate::mp4box::traf::TrafBox;
|
||||
use crate::mp4box::*;
|
||||
use crate::mp4box::{
|
||||
avc1::Avc1Box,
|
||||
hev1::Hev1Box,
|
||||
|
|
Loading…
Reference in a new issue