Update nom to 6.0.0-alpha1
This commit is contained in:
@@ -5,7 +5,7 @@ use nom::
|
||||
bytes::complete::tag,
|
||||
character::complete::multispace0,
|
||||
combinator::{map, opt},
|
||||
multi::{many1, separated_list},
|
||||
multi::{many1, separated_list0},
|
||||
sequence::{delimited, pair, preceded, terminated},
|
||||
};
|
||||
|
||||
@@ -82,7 +82,7 @@ where
|
||||
tag("("),
|
||||
multispace0,
|
||||
),
|
||||
separated_list
|
||||
separated_list0
|
||||
(
|
||||
delimited
|
||||
(
|
||||
|
Reference in New Issue
Block a user