Continue removing MyError.
This commit is contained in:
@@ -117,9 +117,9 @@ impl<'x> RematchObject<'x> for PlainText<'x> {
|
||||
continue;
|
||||
}
|
||||
|
||||
return Err(nom::Err::Error(CustomError::MyError(MyError(
|
||||
return Err(nom::Err::Error(CustomError::Static(
|
||||
"Target does not match.",
|
||||
))));
|
||||
)));
|
||||
}
|
||||
|
||||
let source = get_consumed(input, remaining);
|
||||
|
||||
Reference in New Issue
Block a user