From 0e342d1d3ae08edfe239a54a503fae427fc95df7 Mon Sep 17 00:00:00 2001 From: Tatsuyuki Ishi Date: Sat, 10 Mar 2018 11:06:06 +0900 Subject: [PATCH] Remove redundant recursion_limit Now that we have migrate from error-chain to failure, we no longer need to extend it. --- src/cargo/lib.rs | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2