Reformat
This commit is contained in:
parent
82dfb00157
commit
107d6a0a16
@ -36,7 +36,8 @@ pub(crate) fn literal(p: &mut Parser) -> Option<CompletedMarker> {
|
||||
}
|
||||
|
||||
// E.g. for after the break in `if break {}`, this should not match
|
||||
pub(super) const ATOM_EXPR_FIRST: TokenSet = LITERAL_FIRST.union(paths::PATH_FIRST).union(token_set![
|
||||
pub(super) const ATOM_EXPR_FIRST: TokenSet =
|
||||
LITERAL_FIRST.union(paths::PATH_FIRST).union(token_set![
|
||||
L_PAREN,
|
||||
L_CURLY,
|
||||
L_BRACK,
|
||||
|
Loading…
x
Reference in New Issue
Block a user