projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d05f7e
)
Remove overflow checks to eliminate rust build warnings
author
Aidan Hobson Sayers
<aidanhs@cantab.net>
Thu, 14 Dec 2017 21:11:42 +0000
(21:11 +0000)
committer
Aidan Hobson Sayers
<aidanhs@cantab.net>
Thu, 14 Dec 2017 21:14:32 +0000
(21:14 +0000)
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
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 21a9cf05330522575f8fbfea9cdbef97f11cdcb1..76ce4d803eea0c4275e7e6cfeca1434272685a54 100644
(file)
--- 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