mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2024-12-22 22:46:37 +00:00
added forgotten use
for map
This commit is contained in:
parent
350109e29a
commit
4ed378772b
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ use nom::character::complete::{digit1, multispace0, space0 };
|
||||||
use nom::{IResult};
|
use nom::{IResult};
|
||||||
use nom::{ delimited,none_of,peek,is_not,complete,terminated,tag,
|
use nom::{ delimited,none_of,peek,is_not,complete,terminated,tag,
|
||||||
alt,do_parse,opt,named,map,map_res,eof,many0,take,take_until,char};
|
alt,do_parse,opt,named,map,map_res,eof,many0,take,take_until,char};
|
||||||
|
use nom::combinator::map;
|
||||||
|
|
||||||
use std::str;
|
use std::str;
|
||||||
use std::f32;
|
use std::f32;
|
||||||
|
|
Loading…
Reference in a new issue