From f815cc5d65f9826aa264eb6be04126b264437804 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Mon, 2 Dec 2024 18:39:48 +0100 Subject: [PATCH] . --- crates/tauri-bundler/src/bundle/settings.rs | 2 +- crates/tauri/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/tauri-bundler/src/bundle/settings.rs b/crates/tauri-bundler/src/bundle/settings.rs index b7d39aa685d0..de7e32a1e3b1 100644 --- a/crates/tauri-bundler/src/bundle/settings.rs +++ b/crates/tauri-bundler/src/bundle/settings.rs @@ -408,7 +408,7 @@ pub struct WixSettings { pub banner_path: Option, /// Path to a bitmap file to use on the installation user interface dialogs. /// It is used on the welcome and completion dialogs. - + /// /// The required dimensions are 493px × 312px. pub dialog_image_path: Option, /// Enables FIPS compliant algorithms. diff --git a/crates/tauri/src/lib.rs b/crates/tauri/src/lib.rs index 8a6a81220fd3..cbbf07bd55d3 100644 --- a/crates/tauri/src/lib.rs +++ b/crates/tauri/src/lib.rs @@ -1044,7 +1044,7 @@ pub mod test; const _: () = { use specta::{datatype::DataType, function::FunctionArg, TypeMap}; - impl<'r, T: Send + Sync + 'static> FunctionArg for crate::State<'r, T> { + impl FunctionArg for crate::State<'_, T> { fn to_datatype(_: &mut TypeMap) -> Option { None }