We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d7241 commit 03d0928Copy full SHA for 03d0928
crates/bevy_mod_scripting_common/src/input.rs
@@ -540,7 +540,6 @@ impl VisitSimpleType<Type> for TypeConstructorVisitor {
540
#[derive(FromDeriveInput)]
541
#[darling(attributes(proxy), forward_attrs(allow, doc, cfg))]
542
#[allow(clippy::manual_unwrap_or_default)]
543
-
544
pub struct ProxyInput {
545
/// The name of the type for which we are generating a proxy
546
pub ident: syn::Ident,
0 commit comments