This commit is contained in:
Jonas Schievink 2021-05-24 21:47:01 +02:00
parent 489ae7a800
commit c8f40b1503
2 changed files with 8 additions and 4 deletions

View file

@ -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};