Skip to content

Commit ace37a8

Browse files
committed
Update ruby-rbs-sys
1 parent d71f85d commit ace37a8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rust/ruby-rbs-sys/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ fn generate_bindings(include_path: &Path) -> Result<bindgen::Bindings, Box<dyn E
113113
.allowlist_type("rbs_ast_ruby_annotations_skip_annotation_t")
114114
.allowlist_type("rbs_ast_ruby_annotations_type_application_annotation_t")
115115
.allowlist_type("rbs_ast_ruby_annotations_param_type_annotation_t")
116+
.allowlist_type("rbs_ast_ruby_annotations_splat_param_type_annotation_t")
117+
.allowlist_type("rbs_ast_ruby_annotations_double_splat_param_type_annotation_t")
116118
.allowlist_type("rbs_ast_string_t")
117119
.allowlist_type("rbs_ast_symbol_t")
118120
.allowlist_type("rbs_ast_type_param_t")

0 commit comments

Comments
 (0)