fix(rust): clean up unused Rust warnings in bridge, network, and server modules
This commit is contained in:
@@ -8,6 +8,7 @@ pub struct IpPool {
|
||||
/// Network address (e.g., 10.8.0.0)
|
||||
network: Ipv4Addr,
|
||||
/// Prefix length (e.g., 24)
|
||||
#[allow(dead_code)]
|
||||
prefix_len: u8,
|
||||
/// Allocated IPs: IP -> client_id
|
||||
allocated: HashMap<Ipv4Addr, String>,
|
||||
|
||||
Reference in New Issue
Block a user