From b1bfbf573806ccf45d81004f4a79926db982d157 Mon Sep 17 00:00:00 2001 From: Noemi Erli Date: Thu, 29 Jul 2021 21:04:49 +0300 Subject: [PATCH] Bug 1672317 - fix build bustages r=fix CLOSED TREE --- intl/l10n/rust/l10nregistry-ffi/src/env.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/intl/l10n/rust/l10nregistry-ffi/src/env.rs b/intl/l10n/rust/l10nregistry-ffi/src/env.rs index ed1356097fbc..c2f0999fc0f7 100644 --- a/intl/l10n/rust/l10nregistry-ffi/src/env.rs +++ b/intl/l10n/rust/l10nregistry-ffi/src/env.rs @@ -2,7 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use crate::xpcom_utils::get_app_locales; use cstr::cstr; use l10nregistry::{env::ErrorReporter, errors::L10nRegistryError}; use log::warn;