Apply more suggestions.
This commit is contained in:
@@ -184,7 +184,7 @@ fn _argument_end<'b, 'g, 'r, 's>(
|
||||
if current_depth > 0 {
|
||||
// Its impossible for the next character to end the argument if we're any amount of parenthesis deep
|
||||
return Err(nom::Err::Error(CustomError::MyError(MyError(
|
||||
"NoArgumentEnd".into(),
|
||||
"NoArgumentEnd",
|
||||
))));
|
||||
}
|
||||
if current_depth < 0 {
|
||||
|
||||
Reference in New Issue
Block a user