Format & replace todos with 'fixme'

This commit is contained in:
Zac Pullar-Strecker 2020-06-16 16:52:40 +12:00
parent f9893d370c
commit 10c50b140a
5 changed files with 27 additions and 21 deletions

View file

@ -47,7 +47,7 @@ use crate::syntax_node::GreenNode;
pub use crate::{
algo::InsertPosition,
ast::{AstNode, AstToken},
parsing::{lex_single_syntax_kind, lex_single_valid_syntax_kind, tokenize, Token, parse_text},
parsing::{lex_single_syntax_kind, lex_single_valid_syntax_kind, parse_text, tokenize, Token},
ptr::{AstPtr, SyntaxNodePtr},
syntax_error::SyntaxError,
syntax_node::{