Skip to content

Commit

Permalink
fix: remove no longer used clippy allow directives
Browse files Browse the repository at this point in the history
  • Loading branch information
sftse committed Jan 23, 2025
1 parent 2b30f64 commit a9669d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/tauri/src/manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<R: Runtime>(
asset: &mut String,
assets: &impl std::borrow::Borrow<dyn Assets<R>>,
Expand Down

0 comments on commit a9669d3

Please sign in to comment.