From 67f9bd70d3d9d432dcd1aa42baea5dd99890ac82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Fri, 3 Jan 2025 15:33:24 +0100 Subject: [PATCH] fixup: missing doc --- talpid-wireguard/src/connectivity/check.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/talpid-wireguard/src/connectivity/check.rs b/talpid-wireguard/src/connectivity/check.rs index e277bec85012..d44bd7c6ae21 100644 --- a/talpid-wireguard/src/connectivity/check.rs +++ b/talpid-wireguard/src/connectivity/check.rs @@ -37,7 +37,6 @@ use pinger::Pinger; /// /// Once a connection established, a connection is only considered broken once the connectivity /// monitor has started pinging and no traffic has been received for a duration of `PING_TIMEOUT`. - pub struct Check { conn_state: ConnState, ping_state: PingState,