chore: fix clippy lints (#14834)

This commit is contained in:
Fabian-Lars 2026-01-26 17:13:08 +01:00 committed by GitHub
parent 7fca58230f
commit efc4c26ebc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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