From 2f2626f4b3a1578fb8007f7d82d6794dec74fd15 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 1 Mar 2019 15:17:31 -0800 Subject: [PATCH] Remove the empty `[workspace]` declaration. It doesn't appear to be needed; the crate directories having Cargo.toml files appears to be sufficient. --- cranelift/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index 36c85ba347..f4c25a168e 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -43,8 +43,6 @@ default = ["disas", "wasm"] disas = ["capstone"] wasm = ["wabt", "cranelift-wasm"] -[workspace] - # 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 # necessary.