mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 09:36:53 +00:00
chore: fix clippy lints (#14834)
This commit is contained in:
parent
7fca58230f
commit
efc4c26ebc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user