Skip to content

Commit 3786a0a

Browse files
committed
Include suggestions from code review
1 parent 57e9f58 commit 3786a0a

File tree

4 files changed

+212
-162
lines changed

4 files changed

+212
-162
lines changed

godot-core/src/builtin/arrays.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ impl_builtin_traits! {
565565
for Array {
566566
Default => array_construct_default;
567567
Drop => array_destroy;
568-
Eq => array_operator_equal;
568+
PartialEq => array_operator_equal;
569569
}
570570
}
571571

0 commit comments

Comments
 (0)