fix(warnings): add an underscore to unused variables

This commit is contained in:
Andrea Toska 2025-02-07 08:48:22 +01:00
commit d9cee5ddb4
9 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@ use crate::rmc::structures::RmcSerialize;
type PIDList = Vec<u32>;
async fn get_playing_session(rmcmessage: &RMCMessage, data: Arc<RwLock<MatchmakeData>>) -> RMCResponseResult {
async fn get_playing_session(rmcmessage: &RMCMessage, _data: Arc<RwLock<MatchmakeData>>) -> RMCResponseResult {
//todo: propperly implement this
let cheeseburger = PIDList::new();