You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
552 B
13 lines
552 B
3 months ago
|
diff -Naur icu_collections-1.5.0-original/src/iterator_utils.rs icu_collections-1.5.0/src/iterator_utils.rs
|
||
|
--- icu_collections-1.5.0-original/src/iterator_utils.rs 2006-07-23 21:21:28.000000000 -0400
|
||
|
+++ icu_collections-1.5.0/src/iterator_utils.rs 2024-11-23 10:54:55.081320930 -0500
|
||
|
@@ -59,6 +59,8 @@
|
||
|
}
|
||
|
|
||
|
#[cfg(test)]
|
||
|
+// Downstream-only: unconditionally disable these to avoid a circular dependency on the icu crate
|
||
|
+#[cfg(any())]
|
||
|
mod tests {
|
||
|
use core::fmt::Debug;
|
||
|
use icu::collections::codepointinvlist::CodePointInversionListBuilder;
|