reformat the world

This commit is contained in:
Aleksey Kladov
2019-02-08 14:49:43 +03:00
parent 5cb1d41a30
commit 12e3b4c70b
129 changed files with 727 additions and 2509 deletions

View File

@@ -36,11 +36,7 @@ impl<'t> ParserInput<'t> {
len += token.len;
}
ParserInput {
text,
start_offsets,
tokens,
}
ParserInput { text, start_offsets, tokens }
}
/// Get the syntax kind of token at given input position.