move abstract traits to top

This commit is contained in:
Aleksey Kladov 2019-02-20 22:19:12 +03:00
parent d2bce118ae
commit 2b5e336ce7
4 changed files with 59 additions and 65 deletions

View file

@ -1,5 +1,5 @@
use crate::{
parsing::parser_impl::TreeSink,
parsing::TreeSink,
syntax_node::{GreenNode, RaTypes},
SmolStr, SyntaxKind, SyntaxError,
};