summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-09-26 23:07:32 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-09-26 23:07:32 +0200
commitbcb69a48802ce84116e61285e6f1b582ed717779 (patch)
treec9a38a0952196095eaaa1373b6e9ba4e46ff10c0 /talpid-core/src
parent30ce3cccbba086f7a0c668e7950cb539a0eefccc (diff)
downloadmullvadvpn-bcb69a48802ce84116e61285e6f1b582ed717779.tar.xz
mullvadvpn-bcb69a48802ce84116e61285e6f1b582ed717779.zip
Remove unused assert_matches import
Diffstat (limited to 'talpid-core/src')
-rw-r--r--talpid-core/src/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/talpid-core/src/lib.rs b/talpid-core/src/lib.rs
index c14377919e..da6c49c580 100644
--- a/talpid-core/src/lib.rs
+++ b/talpid-core/src/lib.rs
@@ -10,11 +10,6 @@
//! GNU General Public License as published by the Free Software Foundation, either version 3 of
//! the License, or (at your option) any later version.
-
-#[cfg(test)]
-#[macro_use]
-extern crate assert_matches;
-
extern crate duct;
#[macro_use]