Skip to content

Commit

Permalink
Include suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
lilizoey committed Jan 28, 2023
1 parent 57e9f58 commit 3786a0a
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 162 deletions.
2 changes: 1 addition & 1 deletion godot-core/src/builtin/arrays.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ impl_builtin_traits! {
for Array {
Default => array_construct_default;
Drop => array_destroy;
Eq => array_operator_equal;
PartialEq => array_operator_equal;
}
}

Expand Down
Loading

0 comments on commit 3786a0a

Please sign in to comment.