Remove the empty [workspace] declaration.

It doesn't appear to be needed; the crate directories having Cargo.toml
files appears to be sufficient.
This commit is contained in:
Dan Gohman
2019-03-01 15:17:31 -08:00
parent d2894f9f45
commit 2f2626f4b3

View File

@@ -43,8 +43,6 @@ default = ["disas", "wasm"]
disas = ["capstone"] disas = ["capstone"]
wasm = ["wabt", "cranelift-wasm"] wasm = ["wabt", "cranelift-wasm"]
[workspace]
# We want debug symbols on release binaries by default since it allows profiling # We want debug symbols on release binaries by default since it allows profiling
# tools to give more accurate information. We can always strip them out later if # tools to give more accurate information. We can always strip them out later if
# necessary. # necessary.