This commit is contained in:
Aleksey Kladov 2020-11-06 22:30:58 +01:00
parent 5ba4f949c2
commit 6158304f8b
6 changed files with 25 additions and 45 deletions

View file

@ -8,7 +8,7 @@ use base_db::FileId;
use either::Either;
use mbe::parse_to_token_tree;
use parser::FragmentKind;
use syntax::ast::{self, AstToken, HasStringValue};
use syntax::ast::{self, AstToken};
macro_rules! register_builtin {
( LAZY: $(($name:ident, $kind: ident) => $expand:ident),* , EAGER: $(($e_name:ident, $e_kind: ident) => $e_expand:ident),* ) => {