Remove misleading section from non-toplevel Cargo.toml.

This commit is contained in:
Josh Matthews 2016-11-29 16:17:18 -05:00 committed by GitHub
parent f159b5cb10
commit 9864affb63

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"}