mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Make some u32s be u16s
This commit is contained in:
parent
e3592a6dd7
commit
6a77f00ff9
5 changed files with 42 additions and 40 deletions
|
@ -7,9 +7,6 @@ use parse::ast::Expr;
|
|||
use parse::parser::Parser;
|
||||
use parse::string_literal::string_literal;
|
||||
|
||||
pub fn expr<'a, 'p>() -> impl Parser<'a, 'p, Expr<'a>>
|
||||
where
|
||||
'p: 'a,
|
||||
{
|
||||
pub fn expr<'a>() -> impl Parser<'a, Expr<'a>> {
|
||||
string_literal()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue