mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Fixup
This commit is contained in:
parent
489ae7a800
commit
c8f40b1503
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
//! Mapping between `TokenId`s and the token's position in macro definitions or inputs.
|
||||
|
||||
use parser::{SyntaxKind, T};
|
||||
use syntax::{TextRange, TextSize};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue