fix formatting

This commit is contained in:
Folkert 2021-02-26 15:55:54 +01:00
parent 5cd071d5d3
commit 4c104e7b0e

View file

@ -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;