Skip to content

Commit 9b3ad34

Browse files
committed
Mark cross_ractor_require_data_type as embeddable
Nothing prevents it, so might as well.
1 parent 0631237 commit 9b3ad34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ractor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2302,7 +2302,7 @@ static const rb_data_type_t cross_ractor_require_data_type = {
23022302
NULL, // memsize
23032303
NULL, // compact
23042304
},
2305-
0, 0, RUBY_TYPED_FREE_IMMEDIATELY | RUBY_TYPED_WB_PROTECTED | RUBY_TYPED_DECL_MARKING
2305+
0, 0, RUBY_TYPED_FREE_IMMEDIATELY | RUBY_TYPED_WB_PROTECTED | RUBY_TYPED_DECL_MARKING | RUBY_TYPED_EMBEDDABLE
23062306
};
23072307

23082308
static VALUE

0 commit comments

Comments
 (0)