Skip to content

Commit

Permalink
Fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
hsivonen committed Sep 18, 2024
1 parent 0ecac31 commit cd3bae3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions components/normalizer/src/properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ impl CanonicalComposition {
///
/// [📚 Help choosing a constructor](icu_provider::constructors)
#[cfg(feature = "compiled_data")]
#[allow(clippy::new_ret_no_self)]
pub const fn new() -> CanonicalCompositionBorrowed<'static> {
CanonicalCompositionBorrowed::new()
}
Expand Down Expand Up @@ -484,6 +485,7 @@ impl CanonicalDecomposition {
///
/// [📚 Help choosing a constructor](icu_provider::constructors)
#[cfg(feature = "compiled_data")]
#[allow(clippy::new_ret_no_self)]
pub const fn new() -> CanonicalDecompositionBorrowed<'static> {
CanonicalDecompositionBorrowed::new()
}
Expand Down Expand Up @@ -635,6 +637,7 @@ impl CanonicalCombiningClassMap {
///
/// [📚 Help choosing a constructor](icu_provider::constructors)
#[cfg(feature = "compiled_data")]
#[allow(clippy::new_ret_no_self)]
pub const fn new() -> CanonicalCombiningClassMapBorrowed<'static> {
CanonicalCombiningClassMapBorrowed::new()
}
Expand Down
2 changes: 1 addition & 1 deletion ffi/capi/bindings/dart/CanonicalComposition.g.dart

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

4 changes: 2 additions & 2 deletions ffi/capi/bindings/dart/DecomposingNormalizer.g.dart

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

0 comments on commit cd3bae3

Please sign in to comment.