]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #34644 - infinity0:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 6 Jul 2016 10:30:47 +0000 (03:30 -0700)
committerGitHub <noreply@github.com>
Wed, 6 Jul 2016 10:30:47 +0000 (03:30 -0700)
Avoid redundant downloads when bootstrapping

If the local file is available, then verify it against the hash we just
downloaded, and if it matches then we don't need to download it again.


Trivial merge