mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Fix dead code warnings
This commit is contained in:
parent
96051bc0d8
commit
9197b541c2
4 changed files with 13 additions and 53 deletions
|
@ -34,7 +34,7 @@ use std::{
|
|||
use proc_macro_api::{
|
||||
msg::{
|
||||
self, deserialize_span_data_index_map, serialize_span_data_index_map, ExpnGlobals,
|
||||
SpanDataIndexMap, SpanMode, TokenId, CURRENT_API_VERSION,
|
||||
SpanMode, TokenId, CURRENT_API_VERSION,
|
||||
},
|
||||
ProcMacroKind,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue