diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-02-04 00:55:19 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-02-04 01:29:28 +0100 |
| commit | ec1b76dd28c90894200fc0a19fa964643e815cbf (patch) | |
| tree | e5fc2e9d4378b6dda6c9fb91b789da64d76315ae /src | |
| parent | 8b679519a277c65d449d48c6fa48491b5d158b61 (diff) | |
| download | mullvadvpn-ec1b76dd28c90894200fc0a19fa964643e815cbf.tar.xz mullvadvpn-ec1b76dd28c90894200fc0a19fa964643e815cbf.zip | |
Make assert_matches a dev-dependency
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs index 7a3c2ee659..81225be473 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,6 +2,7 @@ //! The core components of the talpidaemon VPN client. +#[cfg(test)] #[macro_use] extern crate assert_matches; |
