mirror of
https://github.com/v0l/m3u8-rs.git
synced 2025-06-22 19:18:07 +00:00
Fix various minor clippy warnings
This commit is contained in:
@ -271,6 +271,7 @@ fn parse_master_playlist_tags(i: &[u8]) -> IResult<&[u8], Vec<MasterPlaylistTag>
|
||||
}
|
||||
|
||||
/// Contains all the tags required to parse a master playlist.
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
#[derive(Debug)]
|
||||
enum MasterPlaylistTag {
|
||||
Version(usize),
|
||||
|
Reference in New Issue
Block a user