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

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