mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Add cfg_attr and cleanup code
This commit is contained in:
parent
f45b080965
commit
79f2651262
8 changed files with 234 additions and 199 deletions
|
@ -9,7 +9,6 @@ use syntax::{
|
|||
SyntaxKind::*,
|
||||
SyntaxNode, SyntaxToken, SyntaxTreeBuilder, TextRange, TextSize, WalkEvent, T,
|
||||
};
|
||||
use tracing::info;
|
||||
use tt::{
|
||||
buffer::{Cursor, TokenBuffer},
|
||||
Span,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue