From edb02dcf9bcea6c588617ce37bc830bb2a79cae8 Mon Sep 17 00:00:00 2001 From: Aidan Hobson Sayers Date: Thu, 14 Dec 2017 21:11:42 +0000 Subject: [PATCH] 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. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.30.2