aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/router/anti_replay.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wireguard/router/anti_replay.rs')
-rw-r--r--src/wireguard/router/anti_replay.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wireguard/router/anti_replay.rs b/src/wireguard/router/anti_replay.rs
index b47dea9..bb899a9 100644
--- a/src/wireguard/router/anti_replay.rs
+++ b/src/wireguard/router/anti_replay.rs
@@ -1,4 +1,4 @@
-use std::mem;
+use core::mem;
// Implementation of RFC 6479.
// https://tools.ietf.org/html/rfc6479