Auto merge of #14413 - servo:jdm-patch-1, r=mbrubeck

Remove misleading section from non-toplevel Cargo.toml.

This made me waste some time trying to figure out why my builds were no longer getting debug information after #14381.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14413)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-11-30 18:19:08 -08:00 committed by GitHub
commit 3576178239

View file

@ -20,12 +20,6 @@ testing = ["style/testing"]
clippy = ["plugins/clippy"]
debugmozjs = ["script/debugmozjs"]
[profile.release]
opt-level = 3
# Uncomment to profile on Linux:
# debug = true
# lto = false
[dependencies]
backtrace = "0.2"
bluetooth_traits = {path = "../bluetooth_traits"}