From efc4c26ebc6cf2cfcb16a0efd111a7863c10c58b Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 26 Jan 2026 17:13:08 +0100 Subject: [PATCH] chore: fix clippy lints (#14834) --- crates/tauri/src/test/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/tauri/src/test/mod.rs b/crates/tauri/src/test/mod.rs index 6c1311bc3..9161f0979 100644 --- a/crates/tauri/src/test/mod.rs +++ b/crates/tauri/src/test/mod.rs @@ -243,6 +243,7 @@ pub fn assert_ipc_response< ); } +#[allow(clippy::needless_doctest_main)] /// Executes the given IPC message and get the return value. /// /// # Examples