mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 11:22:04 +00:00
fix clippy lint for limit_navigations_to_app_bound_domains
This commit is contained in:
parent
999a8bc55b
commit
0f5a63e316
@ -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")]
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user