mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-03-14 01:46:41 -04:00
removed unused tunnel fn warnings with neat linter flag
"we got `#[expect(dead_code)]` before gta 6"
This commit is contained in:
parent
41a2872ee5
commit
1b96c38007
@ -34,6 +34,7 @@ pub trait UISender: Send {
|
||||
bps_up: u64,
|
||||
peers: Vec<json::JsonValue>,
|
||||
);
|
||||
#[expect(dead_code)]
|
||||
fn set_tunnel_status(&mut self, tunnels: Option<Vec<json::JsonValue>>);
|
||||
fn set_config(&mut self, config: &json::JsonValue);
|
||||
fn set_connection_state(&mut self, state: ConnectionState);
|
||||
|
Loading…
x
Reference in New Issue
Block a user