mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
259f753603
Update script and patches for ICU4X 1.5 Differential Revision: https://phabricator.services.mozilla.com/D213006
13 lines
506 B
Diff
13 lines
506 B
Diff
diff --git a/intl/icu_capi/src/data_struct.rs b/intl/icu_capi/src/data_struct.rs
|
|
--- a/intl/icu_capi/src/data_struct.rs
|
|
+++ b/intl/icu_capi/src/data_struct.rs
|
|
@@ -21,7 +21,7 @@ pub mod ffi {
|
|
///
|
|
/// This can be used to construct a StructDataProvider.
|
|
#[diplomat::attr(*, disable)]
|
|
- pub struct ICU4XDataStruct(pub(crate) AnyPayload);
|
|
+ pub struct ICU4XDataStruct(#[allow(dead_code)] AnyPayload);
|
|
|
|
impl ICU4XDataStruct {
|
|
/// Construct a new DecimalSymbolsV1 data struct.
|