summaryrefslogtreecommitdiffstats
path: root/src/platform/dummy/bind.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-10-23 14:14:08 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-10-23 14:14:08 +0200
commit3e829c04d1edfde1966a0d3f7f330fadd7ca9cd8 (patch)
tree5e749f39590eeedf56430c6cacf0a16af0fb2550 /src/platform/dummy/bind.rs
parentWork on pure WireGuard test (diff)
downloadwireguard-rs-3e829c04d1edfde1966a0d3f7f330fadd7ca9cd8.tar.xz
wireguard-rs-3e829c04d1edfde1966a0d3f7f330fadd7ca9cd8.zip
Fixed Ordering::Acquire -> Ordering::SeqCst typo
Diffstat (limited to '')
-rw-r--r--src/platform/dummy/bind.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/dummy/bind.rs b/src/platform/dummy/bind.rs
index 5010597..984b886 100644
--- a/src/platform/dummy/bind.rs
+++ b/src/platform/dummy/bind.rs
@@ -7,7 +7,7 @@ use std::sync::Arc;
use std::sync::Mutex;
use super::super::bind::*;
-use super::super::Endpoint;
+
use super::UnitEndpoint;
pub struct VoidOwner {}