diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2016-12-13 14:37:43 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2016-12-13 14:37:43 +0100 |
| commit | ceff53ed4fe81d3ad35c41d2307815add4347c75 (patch) | |
| tree | 1014fabf5eeeb028b727db03d2cb3c94d94fc970 /src/lib.rs | |
| parent | dbaead758cdd25cde30e7f4b452dc1e8d9eb3d40 (diff) | |
| parent | ee64cfd9ce1e7f4c604314a083fffaa29b7967b9 (diff) | |
| download | mullvadvpn-ceff53ed4fe81d3ad35c41d2307815add4347c75.tar.xz mullvadvpn-ceff53ed4fe81d3ad35c41d2307815add4347c75.zip | |
Merge branch 'change-remote-addr-representation'
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs index 7683c6dc3b..c65c221aec 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,8 +2,6 @@ //! The core components of the talpidaemon VPN client. -extern crate regex; - /// Working with processes. pub mod process; |
