mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
refactor: Remove unused types from scope
This commit is contained in:
parent
37f7fe2ac6
commit
062f986841
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use proc_macro2::TokenStream as TokenStream2;
|
|||
use quote::{quote, ToTokens, TokenStreamExt};
|
||||
use syn::{
|
||||
parse::{Parse, ParseStream},
|
||||
token, Expr, LitStr, PathArguments, Result, Token,
|
||||
token, Expr, LitStr, Result,
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue