mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix formatting
This commit is contained in:
parent
5cd071d5d3
commit
4c104e7b0e
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ use crate::ident::{ident, lowercase_ident, Ident};
|
|||
use crate::number_literal::number_literal;
|
||||
use crate::parser::Progress::{self, *};
|
||||
use crate::parser::{
|
||||
backtrackable, optional, specialize, specialize_ref, word1, EPattern, PInParens,
|
||||
PRecord, ParseResult, Parser, State, SyntaxError,
|
||||
backtrackable, optional, specialize, specialize_ref, word1, EPattern, PInParens, PRecord,
|
||||
ParseResult, Parser, State, SyntaxError,
|
||||
};
|
||||
use bumpalo::collections::string::String;
|
||||
use bumpalo::collections::Vec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue