diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-12-12 16:27:19 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-12-12 16:27:19 +0100 |
| commit | f0baa65b0957f84e0b514b3d50368073495c19ed (patch) | |
| tree | dd68627dc11e82512e3efb8ac7ca5beb41f8a3ea /talpid-openvpn-plugin/src/processing.rs | |
| parent | af5ec022bfef751348452a78490ace08eaf5b7d5 (diff) | |
| download | mullvadvpn-f0baa65b0957f84e0b514b3d50368073495c19ed.tar.xz mullvadvpn-f0baa65b0957f84e0b514b3d50368073495c19ed.zip | |
Upgrade talpid-openvpn-plugin to Rust 2018
Diffstat (limited to 'talpid-openvpn-plugin/src/processing.rs')
| -rw-r--r-- | talpid-openvpn-plugin/src/processing.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/talpid-openvpn-plugin/src/processing.rs b/talpid-openvpn-plugin/src/processing.rs index 9601fa368e..4e1eb361a8 100644 --- a/talpid-openvpn-plugin/src/processing.rs +++ b/talpid-openvpn-plugin/src/processing.rs @@ -1,7 +1,4 @@ -extern crate futures; - use super::Arguments; -use crate::openvpn_plugin; use jsonrpc_client_core::{ expand_params, jsonrpc_client, Future, Result as ClientResult, Transport, }; |
