Skip to content

Commit

Permalink
keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 3, 2025
1 parent e94eda5 commit 1f5f016
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ffi/capi/bindings/cpp/icu4x/GeneralCategoryGroup.d.hpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ffi/capi/bindings/cpp/icu4x/GeneralCategoryGroup.hpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ffi/capi/src/properties_enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1782,6 +1782,7 @@ pub mod ffi {
props::GeneralCategoryGroup::empty().into()
}
#[diplomat::rust_link(icu::properties::props::GeneralCategoryGroup::union, FnInStruct)]
#[diplomat::attr(any(c, cpp), rename = "union_")]
pub fn union(self, other: Self) -> Self {
self.into_props_group()
.union(other.into_props_group())
Expand Down

0 comments on commit 1f5f016

Please sign in to comment.