Skip to content

Commit

Permalink
Change to fail only godot_attr_on_macro_parameters()
Browse files Browse the repository at this point in the history
  • Loading branch information
B-head committed May 18, 2022
1 parent 91c0993 commit 1069c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdnative-derive/src/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ fn impl_gdnative_expose(ast: ItemImpl) -> (ItemImpl, ClassMethodExport) {
);
errors.push(syn::Error::new(nested_meta.span(), msg));
}
break;
}
return false;
}
Expand Down

0 comments on commit 1069c85

Please sign in to comment.