Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Aug 4, 2023
1 parent c5b7470 commit 454be80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bevy_asset_loader_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use std::result::Result::{Err, Ok};
use crate::assets::*;
use proc_macro2::Ident;
use quote::{quote, quote_spanned, ToTokens, TokenStreamExt};
use syn::meta::ParseNestedMeta;
use syn::punctuated::Punctuated;
use syn::{Data, Expr, ExprLit, Field, Fields, Index, Lit, LitStr, Meta, Token};

Expand Down

0 comments on commit 454be80

Please sign in to comment.