mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Simplify
This commit is contained in:
parent
5ba4f949c2
commit
6158304f8b
6 changed files with 25 additions and 45 deletions
|
@ -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),* ) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue