diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-10-30 14:59:46 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-10-30 14:59:46 +0100 |
| commit | 3df28edf3258b3de877a14becac237e413978e02 (patch) | |
| tree | d5dc489b8d3360bafcaa7b6eae1bd59e0be5f749 /mullvad-cli | |
| parent | a9379bf7c5628abdac284857c200e9f19346ef29 (diff) | |
| parent | 7cce6e4f1f3d3b088ae383673881067f90b09443 (diff) | |
| download | mullvadvpn-3df28edf3258b3de877a14becac237e413978e02.tar.xz mullvadvpn-3df28edf3258b3de877a14becac237e413978e02.zip | |
Merge branch 'problem-report-send'
Diffstat (limited to 'mullvad-cli')
| -rw-r--r-- | mullvad-cli/src/main.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mullvad-cli/src/main.rs b/mullvad-cli/src/main.rs index 274f1cc60f..e3475888fa 100644 --- a/mullvad-cli/src/main.rs +++ b/mullvad-cli/src/main.rs @@ -6,9 +6,6 @@ //! GNU General Public License as published by the Free Software Foundation, either version 3 of //! the License, or (at your option) any later version. -// `error_chain!` can recurse deeply -#![recursion_limit = "1024"] - #[macro_use] extern crate clap; extern crate env_logger; |
