fix missing use
All checks were successful
Build and Test / super-mario-maker (push) Successful in 4m51s
Build and Test / friends (push) Successful in 3m34s
Build and Test / fast-racing-neo (push) Successful in 3m54s
Build and Test / wii-sports-club (push) Successful in 4m0s
Build and Test / splatoon (push) Successful in 4m3s
Build and Test / puyopuyo (push) Successful in 4m5s
Build and Test / wii-u-chat (push) Successful in 4m8s
Build and Test / mario-tennis (push) Successful in 4m16s
Build and Test / splatoon-testfire (push) Successful in 4m16s
Build and Test / minecraft-wiiu (push) Successful in 4m22s
Build and Test / sonic-transformed (push) Successful in 4m22s
All checks were successful
Build and Test / super-mario-maker (push) Successful in 4m51s
Build and Test / friends (push) Successful in 3m34s
Build and Test / fast-racing-neo (push) Successful in 3m54s
Build and Test / wii-sports-club (push) Successful in 4m0s
Build and Test / splatoon (push) Successful in 4m3s
Build and Test / puyopuyo (push) Successful in 4m5s
Build and Test / wii-u-chat (push) Successful in 4m8s
Build and Test / mario-tennis (push) Successful in 4m16s
Build and Test / splatoon-testfire (push) Successful in 4m16s
Build and Test / minecraft-wiiu (push) Successful in 4m22s
Build and Test / sonic-transformed (push) Successful in 4m22s
This commit is contained in:
parent
31ba751142
commit
66004f7713
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue