Skip to content

Commit

Permalink
Enable static methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Jan 3, 2025
1 parent cebc9c7 commit 8ae0508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate/rust/rust_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ impl RustType {
) {
for (_, overload_methods) in methods
.iter()
.filter(|m| m.instance)
// .filter(|m| m.instance)
.into_group_map_by(|m| &m.name)
{
let overloaded_method_data = overload_methods
Expand Down

0 comments on commit 8ae0508

Please sign in to comment.