From a9669d3001c1075a0865d8987beb91f3cc77c0e1 Mon Sep 17 00:00:00 2001 From: c Date: Mon, 13 Jan 2025 11:31:21 +0100 Subject: [PATCH] fix: remove no longer used clippy allow directives --- crates/tauri/src/manager/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/tauri/src/manager/mod.rs b/crates/tauri/src/manager/mod.rs index 440ed3a28170..8c749b7248ae 100644 --- a/crates/tauri/src/manager/mod.rs +++ b/crates/tauri/src/manager/mod.rs @@ -48,7 +48,6 @@ struct CspHashStrings { /// Sets the CSP value to the asset HTML if needed (on Linux). /// Returns the CSP string for access on the response header (on Windows and macOS). -#[allow(clippy::borrowed_box)] pub(crate) fn set_csp( asset: &mut String, assets: &impl std::borrow::Borrow>,