1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-08 19:43:03 +00:00

lint: fix warnings from unused imports.

This commit is contained in:
Alf 2022-03-25 21:06:48 -07:00
parent 02b87d3ce7
commit 93dbb56464
2 changed files with 0 additions and 2 deletions

View file

@ -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> {

View file

@ -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,