From: Aidan Hobson Sayers Date: Thu, 14 Dec 2017 21:11:42 +0000 (+0000) Subject: Remove overflow checks to eliminate rust build warnings X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~4^2~22^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=edb02dcf9bcea6c588617ce37bc830bb2a79cae8;p=cargo.git 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. --- diff --git a/Cargo.toml b/Cargo.toml index 21a9cf053..76ce4d803 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,6 +72,3 @@ hamcrest = "=0.1.1" name = "cargo" test = false doc = false - -[profile.release] -overflow-checks = true