projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d147e10
)
Remove redundant recursion_limit
author
Tatsuyuki Ishi
<ishitatsuyuki@gmail.com>
Sat, 10 Mar 2018 02:06:06 +0000
(11:06 +0900)
committer
GitHub
<noreply@github.com>
Sat, 10 Mar 2018 02:06:06 +0000
(11:06 +0900)
Now that we have migrate from error-chain to failure, we no longer need to extend it.
src/cargo/lib.rs
patch
|
blob
|
history
diff --git
a/src/cargo/lib.rs
b/src/cargo/lib.rs
index 24b3bb38f6ca3f2e898b762126dfa10326530ea9..9f44adda47e4e733473234dfe4ff04ec6d2a8fca 100644
(file)
--- 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