]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #4821 - aidanhs:aphs-allow-overflow, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 14 Dec 2017 23:21:33 +0000 (23:21 +0000)
committerbors <bors@rust-lang.org>
Thu, 14 Dec 2017 23:21:33 +0000 (23:21 +0000)
Remove overflow checks to eliminate rust build warnings

Although the checks are desirable, they cause warnings in the rust build (due to workspaces) which could cause needless concern. The checks aren't too important, so just disable them.

r? @alexcrichton (as discussed)


Trivial merge