Skip to content

Commit

Permalink
Update eurydice_glue.h
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Aug 28, 2024
1 parent 7338756 commit f5184ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/eurydice_glue.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ typedef struct {
Eurydice_array_eq(sz, a1, a2, t, _)
#define core_array_equality___core__cmp__PartialEq__0___Slice_U____for__Array_T__N___3__eq( \
sz, a1, a2, t, _, _ret_t) \
Eurydice_array_eq(sz, a1, ((t *)(a2)->ptr), t, _)
Eurydice_array_eq(sz, a1, ((a2)->ptr), t, _)

#define Eurydice_slice_split_at(slice, mid, element_type, ret_t) \
(CLITERAL(ret_t){ \
Expand Down

0 comments on commit f5184ea

Please sign in to comment.