Skip to content

Commit 03d0928

Browse files
committed
fix more clippy
1 parent 02d7241 commit 03d0928

File tree

1 file changed

+0
-1
lines changed
  • crates/bevy_mod_scripting_common/src

1 file changed

+0
-1
lines changed

crates/bevy_mod_scripting_common/src/input.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ impl VisitSimpleType<Type> for TypeConstructorVisitor {
540540
#[derive(FromDeriveInput)]
541541
#[darling(attributes(proxy), forward_attrs(allow, doc, cfg))]
542542
#[allow(clippy::manual_unwrap_or_default)]
543-
544543
pub struct ProxyInput {
545544
/// The name of the type for which we are generating a proxy
546545
pub ident: syn::Ident,

0 commit comments

Comments
 (0)