diff --git a/src/runtime/endpoints.rs b/src/runtime/endpoints.rs index 380146ff29edeae308982c5ecb533eaf103a30b1..d4157a0f9b0341311b4d170945725c0b09a355f8 100644 --- a/src/runtime/endpoints.rs +++ b/src/runtime/endpoints.rs @@ -15,7 +15,7 @@ enum TryRecyAnyError { impl Endpoint { pub(super) fn try_recv( &mut self, - logger: &mut dyn Logger, + _logger: &mut dyn Logger, ) -> Result, EndpointError> { use EndpointError::*; // populate inbox as much as possible