mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Fix dead code warnings
This commit is contained in:
parent
96051bc0d8
commit
9197b541c2
4 changed files with 13 additions and 53 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue