Does not need to consume the NomContext since we are cloning the fail matcher.
This commit is contained in:
parent
804c8fd0b7
commit
cad8f4bd77
@ -42,7 +42,7 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn with_additional_fail_matcher<G>(
|
pub fn with_additional_fail_matcher<G>(
|
||||||
self,
|
&self,
|
||||||
mut additional_fail_matcher: G,
|
mut additional_fail_matcher: G,
|
||||||
) -> NomContext<
|
) -> NomContext<
|
||||||
impl Clone + for<'o> FnMut(&'o str) -> IResult<&'o str, &'o str, VerboseError<&'o str>>,
|
impl Clone + for<'o> FnMut(&'o str) -> IResult<&'o str, &'o str, VerboseError<&'o str>>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user