fix clippy lint for limit_navigations_to_app_bound_domains

This commit is contained in:
zphrs 2026-01-07 10:27:18 -08:00 committed by Zephiris Evergreen
parent 999a8bc55b
commit 0f5a63e316

View File

@ -817,7 +817,7 @@ impl WebviewAttributes {
///
/// - **Linux / Windows / Android / MacOS:** Unsupported.
#[must_use]
// #[cfg(target_os = "ios")]
#[allow(unused_variables, unused_mut)]
pub fn limit_navigations_to_app_bound_domains(mut self, limit_navigations: bool) -> Self {
#[cfg(target_os = "ios")]
{