diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-10-26 21:35:05 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-10-26 21:35:20 +0200 |
| commit | 83510d2dc666e79d718a767679426ae12dd60eb1 (patch) | |
| tree | 1039859d4e524ffe7dfca7076d82dcbcac9ccd56 | |
| parent | a9379bf7c5628abdac284857c200e9f19346ef29 (diff) | |
| download | mullvadvpn-83510d2dc666e79d718a767679426ae12dd60eb1.tar.xz mullvadvpn-83510d2dc666e79d718a767679426ae12dd60eb1.zip | |
Get rid of recursion_limit in 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; |
