From 66004f7713f417723b968f83574af9e4be6c9152 Mon Sep 17 00:00:00 2001 From: Maple Nebel Date: Sat, 20 Jun 2026 01:32:51 +0200 Subject: [PATCH] fix missing use --- rnex-core/src/nex/user.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rnex-core/src/nex/user.rs b/rnex-core/src/nex/user.rs index c79401d..d00c5df 100644 --- a/rnex-core/src/nex/user.rs +++ b/rnex-core/src/nex/user.rs @@ -54,6 +54,7 @@ use rnex_core::rmc::structures::ranking::UploadCompetitionData; use std::sync::{Arc, Weak}; use tokio::sync::{Mutex, RwLock}; +use crate::rmc::protocols::message_delivery::RemoteMessageDeliveryNoResponse; use crate::rmc::protocols::messaging::UserMessage; use crate::rmc::structures::matchmake::Gathering; use crate::rmc::structures::matchmake::MatchmakeSessionSearchCriteria;