From 9b53a9d1a61115a328ca43955153d09cc2e969ef Mon Sep 17 00:00:00 2001 From: Quang Luong Date: Fri, 18 Sep 2020 11:20:06 +0700 Subject: Fix some clippy warnings Signed-off-by: Quang Luong --- src/wireguard/peer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wireguard/peer.rs') diff --git a/src/wireguard/peer.rs b/src/wireguard/peer.rs index 37b4684..170d2b1 100644 --- a/src/wireguard/peer.rs +++ b/src/wireguard/peer.rs @@ -26,7 +26,7 @@ pub struct PeerInner { pub pk: PublicKey, // handshake state - pub walltime_last_handshake: Mutex>, // walltime for last handshake (for UAPI status) + pub walltime_last_handshake: Mutex>, /* walltime for last handshake (for UAPI status) */ pub last_handshake_sent: Mutex, // instant for last handshake pub handshake_queued: AtomicBool, // is a handshake job currently queued? -- cgit v1.2.3-59-g8ed1b