cargo fix for Rust 2018
This commit is contained in:
parent
1c4ea2f3ed
commit
87eaed9c82
11 changed files with 26 additions and 26 deletions
src
|
@ -3,8 +3,8 @@ use std::time::{Duration, Instant};
|
|||
use futures::prelude::*;
|
||||
use tokio::timer::Delay;
|
||||
|
||||
use chunk::Chunk;
|
||||
use error::WebmetroError;
|
||||
use crate::chunk::Chunk;
|
||||
use crate::error::WebmetroError;
|
||||
|
||||
pub struct ChunkTimecodeFixer<S> {
|
||||
stream: S,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue