diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-09-26 23:07:32 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-09-26 23:07:32 +0200 |
| commit | bcb69a48802ce84116e61285e6f1b582ed717779 (patch) | |
| tree | c9a38a0952196095eaaa1373b6e9ba4e46ff10c0 /talpid-core | |
| parent | 30ce3cccbba086f7a0c668e7950cb539a0eefccc (diff) | |
| download | mullvadvpn-bcb69a48802ce84116e61285e6f1b582ed717779.tar.xz mullvadvpn-bcb69a48802ce84116e61285e6f1b582ed717779.zip | |
Remove unused assert_matches import
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-core/src/lib.rs | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 36357ee594..fc2df075ec 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -26,5 +26,3 @@ pfctl = { git = "ssh://git@github.com/mullvad/pfctl-rs.git" } socket-relay = { path = "../socket-relay" } tokio-core = "0.1" -[dev-dependencies] -assert_matches = "1.0" 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] |
