Skip to content
Snippets Groups Projects
Verified Commit a6fa3da1 authored by Anton Lazarev's avatar Anton Lazarev
Browse files

cleanup unused import

parent 78b06827
No related branches found
No related tags found
No related merge requests found
//! Provides a utility for generating `enum_dispatch` impl blocks given `EnumDispatchItem` and
//! `syn::ItemTrait` definitions.
use crate::{cache, proc_macro};
use crate::cache;
use quote::{quote, ToTokens};
use syn::spanned::Spanned;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment