Replace causes() with iter_chain()
authorVasudev Kamath <vasudev@copyninja.info>
Mon, 13 Aug 2018 15:07:13 +0000 (20:37 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Mon, 13 Aug 2018 15:07:13 +0000 (20:37 +0530)
commitae90356b27ce7f5510633c4b568e584eea6c2d6d
treeab72e577059a3e302bc9112040379d632e9a49bb
parentfd4906249a244d70e1f8bbc90d99d5545ea1e842
Replace causes() with iter_chain()

causes() in failure crate is deprecated and since cargo
does not allow warnings causes build failure.
Forwarded: no
Last-Update: 2018-08-11

Gbp-Pq: Name 1001_failure_deprecated_fix.patch
src/cargo/core/compiler/fingerprint.rs
src/cargo/lib.rs
src/cargo/util/config.rs
src/cargo/util/errors.rs
src/cargo/util/network.rs
tests/testsuite/cargotest/support/mod.rs
tests/testsuite/config.rs