This commit is contained in:
Emilio Cobos Álvarez 2021-02-26 11:43:25 +01:00
parent c4ad61faa5
commit 80dae5bc59
28 changed files with 145 additions and 107 deletions

View file

@ -188,7 +188,7 @@ where
impl<T> Parse for Box<T>
where
T: Parse
T: Parse,
{
fn parse<'i, 't>(
context: &ParserContext,