add ast::tokens

This commit is contained in:
Aleksey Kladov 2019-04-02 10:23:18 +03:00
parent f874d372bb
commit ae282d8da6
10 changed files with 124 additions and 119 deletions

View file

@ -2,9 +2,8 @@
//!
use itertools::Itertools;
use ra_syntax::{
AstNode,
SyntaxNode, SyntaxKind::*, SyntaxToken, SyntaxKind,
ast,
ast::{self, AstNode, AstToken},
algo::generate,
};