From dcf6ceaec0759699f4405717037df5a834f32a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Thu, 14 Apr 2022 17:34:41 +0200 Subject: [PATCH] udp socket worker: remove dubious #[inline] hints --- aquatic_udp/src/workers/socket.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/aquatic_udp/src/workers/socket.rs b/aquatic_udp/src/workers/socket.rs index cec9f72..0ebaa7d 100644 --- a/aquatic_udp/src/workers/socket.rs +++ b/aquatic_udp/src/workers/socket.rs @@ -216,7 +216,6 @@ pub fn run_socket_worker( } } -#[inline] fn read_requests( config: &Config, state: &State, @@ -383,7 +382,6 @@ pub fn handle_request( } } -#[inline] fn send_responses( state: &State, config: &Config,