Zap unused lifetime
This commit is contained in:
parent
409e6eb029
commit
6eca0b923d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ pub struct WebmChunker<S> {
|
|||
state: ChunkerState
|
||||
}
|
||||
|
||||
impl<'a, S: EbmlEventSource> Stream for WebmChunker<S>
|
||||
impl<S: EbmlEventSource> Stream for WebmChunker<S>
|
||||
{
|
||||
type Item = Chunk;
|
||||
type Error = ChunkingError<S::Error>;
|
||||
|
|
Loading…
Reference in a new issue