fix(host): allow too_many_arguments on the two fns the v4 merge grew

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-17 16:09:57 +02:00
parent 09849906e9
commit 18a5d93ae3
2 changed files with 2 additions and 1 deletions
@@ -85,6 +85,7 @@ fn session_ref(s: &LiveSession) -> crate::events::SessionRef {
/// Registers a live native session; the returned guard removes it on drop (session end).
/// Emits the `session.started` lifecycle event; the guard's drop emits `session.ended` — RAII,
/// so every exit path (return, `?`, panic-unwind) pairs them.
#[allow(clippy::too_many_arguments)]
pub fn register(
mode: Arc<AtomicU64>,
bitrate_kbps: Arc<AtomicU32>,