[fix](workspace): resolve clippy warnings

Clean up the workspace so cargo clippy passes across all targets and features.

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-01 13:22:44 +01:00
parent 523f3992f5
commit 46bc96ddf2
10 changed files with 89 additions and 102 deletions
+2
View File
@@ -25,6 +25,7 @@ use trx_core::audio::{
use trx_core::decode::DecodedMessage;
/// Run the audio client with auto-reconnect.
#[allow(clippy::too_many_arguments)]
pub async fn run_audio_client(
server_host: String,
default_port: u16,
@@ -102,6 +103,7 @@ pub async fn run_audio_client(
}
}
#[allow(clippy::too_many_arguments)]
async fn handle_audio_connection(
stream: TcpStream,
server_host: &str,