Fix dead code warnings

This commit is contained in:
Lukas Wirth 2023-12-15 16:12:26 +01:00
parent 96051bc0d8
commit 9197b541c2
4 changed files with 13 additions and 53 deletions

View file

@ -5,7 +5,7 @@ use base_db::{
FileId,
};
use expect_test::Expect;
use proc_macro_api::msg::{SpanDataIndexMap, TokenId};
use proc_macro_api::msg::TokenId;
use tt::TextRange;
use crate::{dylib, proc_macro_test_dylib_path, ProcMacroSrv};