diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-03-05 16:08:03 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-03-06 08:23:20 +0100 |
| commit | 901178773d06ac287f034907525a92cd7aac72b9 (patch) | |
| tree | 13694c172247e089974e4e5c29cb47e218f33535 /talpid_openvpn_plugin/src | |
| parent | ede1cc3c106af364c0049094bba6cebc212cf9ec (diff) | |
| download | mullvadvpn-901178773d06ac287f034907525a92cd7aac72b9.tar.xz mullvadvpn-901178773d06ac287f034907525a92cd7aac72b9.zip | |
Get rid of unused lazy_static
Diffstat (limited to 'talpid_openvpn_plugin/src')
| -rw-r--r-- | talpid_openvpn_plugin/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/talpid_openvpn_plugin/src/lib.rs b/talpid_openvpn_plugin/src/lib.rs index 782fa59a6f..a13245e327 100644 --- a/talpid_openvpn_plugin/src/lib.rs +++ b/talpid_openvpn_plugin/src/lib.rs @@ -1,7 +1,4 @@ #[macro_use] -extern crate lazy_static; - -#[macro_use] extern crate error_chain; #[macro_use] |
