Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
971556af64
@ -31,6 +31,7 @@ pub fn parenthesized<'a, Parser, R>(inner: Parser) -> impl FnMut(&'a str) -> IRe
|
||||
where
|
||||
Parser: FnMut(&'a str) -> IResult<&'a str, R>,
|
||||
{
|
||||
// TODO move trim out of here
|
||||
delimited(char('('), trim(inner), char(')'))
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user