Skip to content

Commit

Permalink
chore: remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bv committed Mar 17, 2024
1 parent d7bbda0 commit bc9b835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ use crate::{
reliability::Reliability,
Magic,
},
rakrs_debug, rakrs_debug_buffers,
rakrs_debug,
server::{current_epoch, PossiblySocketAddr},
};

Expand Down Expand Up @@ -723,7 +723,7 @@ impl Client {
let mut reader = ByteReader::from(&buf[..l]);
let packet = match RakPacket::read(&mut reader) {
Ok(p) => p,
Err(e) => {
Err(_) => {
continue;
}
};
Expand Down

0 comments on commit bc9b835

Please sign in to comment.