diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-05-19 06:33:09 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-05-23 08:53:41 +0200 |
| commit | 5aec5083c43131affe4db4b8e305164507b80e0b (patch) | |
| tree | d5bda6d81f0168cad9c19220be09b97f4207cc74 /talpid_openvpn_plugin/src/lib.rs | |
| parent | 078b706f309253c9cd97b2689c5505d198acc52d (diff) | |
| download | mullvadvpn-5aec5083c43131affe4db4b8e305164507b80e0b.tar.xz mullvadvpn-5aec5083c43131affe4db4b8e305164507b80e0b.zip | |
Use WsIpcClient in OpenVPN plugin
Diffstat (limited to 'talpid_openvpn_plugin/src/lib.rs')
| -rw-r--r-- | talpid_openvpn_plugin/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/talpid_openvpn_plugin/src/lib.rs b/talpid_openvpn_plugin/src/lib.rs index f97394ec32..55102d111c 100644 --- a/talpid_openvpn_plugin/src/lib.rs +++ b/talpid_openvpn_plugin/src/lib.rs @@ -1,6 +1,5 @@ #[macro_use] extern crate error_chain; - #[macro_use] extern crate log; extern crate env_logger; |
