summaryrefslogtreecommitdiffstats
path: root/vendor/icu_provider_adapters/src/helpers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/icu_provider_adapters/src/helpers.rs')
-rw-r--r--vendor/icu_provider_adapters/src/helpers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/icu_provider_adapters/src/helpers.rs b/vendor/icu_provider_adapters/src/helpers.rs
index 2b168f936..bddab0011 100644
--- a/vendor/icu_provider_adapters/src/helpers.rs
+++ b/vendor/icu_provider_adapters/src/helpers.rs
@@ -4,7 +4,7 @@
use icu_provider::prelude::*;
-pub(crate) fn result_is_err_missing_data_options<T>(result: &Result<T, DataError>) -> bool {
+pub(crate) fn result_is_err_missing_locale<T>(result: &Result<T, DataError>) -> bool {
matches!(
result,
Err(DataError {