diff --git a/common/wireguard/src/lib.rs b/common/wireguard/src/lib.rs index 688b941eb65..1ddb92a5571 100644 --- a/common/wireguard/src/lib.rs +++ b/common/wireguard/src/lib.rs @@ -34,6 +34,7 @@ impl TunTaskTx { pub async fn start_wireguard( task_client: nym_task::TaskClient, ) -> Result<(), Box> { + // WIP: comment to trigger CI use std::sync::Arc; let peers_by_ip = Arc::new(std::sync::Mutex::new(network_table::NetworkTable::new()));