Browse Source

Suppress last remaining warnings.

main
Titouan Rigoudy 2 years ago
parent
commit
80aa69558a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      client/src/client.rs

+ 2
- 0
client/src/client.rs View File

@ -32,7 +32,9 @@ enum PeerState {
#[derive(Debug)]
struct Peer {
user_name: String,
#[allow(dead_code)]
ip: net::Ipv4Addr,
#[allow(dead_code)]
port: u16,
connection_type: peer::PeerConnectionType,
token: u32,


Loading…
Cancel
Save