From: Tatsuyuki Ishi Date: Sat, 10 Mar 2018 02:06:06 +0000 (+0900) Subject: Remove redundant recursion_limit X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~51^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0e342d1d3ae08edfe239a54a503fae427fc95df7;p=cargo.git Remove redundant recursion_limit Now that we have migrate from error-chain to failure, we no longer need to extend it. --- diff --git a/src/cargo/lib.rs b/src/cargo/lib.rs index 24b3bb38f..9f44adda4 100644 --- a/src/cargo/lib.rs +++ b/src/cargo/lib.rs @@ -1,5 +1,4 @@ #![cfg_attr(test, deny(warnings))] -#![recursion_limit="128"] // Currently, Cargo does not use clippy for its source code. // But if someone runs it they should know that