summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-16 16:37:16 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-16 16:37:16 +0100
commit22f978f0142286b26b48a25364236436b9bad56d (patch)
treec8d4bf722e1134c8a66d821b63b7f04eec93a9b0 /src/main.rs
parentRevert to crossbeam (diff)
downloadwireguard-rs-22f978f0142286b26b48a25364236436b9bad56d.tar.xz
wireguard-rs-22f978f0142286b26b48a25364236436b9bad56d.zip
Clean dead code
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 59b21e5..0cf7ae6 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,6 +1,5 @@
#![feature(test)]
#![feature(weak_into_raw)]
-#![allow(dead_code)]
#[cfg(feature = "profiler")]
extern crate cpuprofiler;