From 606c7d49dbe892d3d80d6c9f913c15f4eac1c938 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Wed, 20 Oct 2021 10:12:22 -0500 Subject: [PATCH] ensure cargo-fmt tests are excluded from root workspace --- tests/cargo-fmt/source/workspaces/path-dep-above/e/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cargo-fmt/source/workspaces/path-dep-above/e/Cargo.toml b/tests/cargo-fmt/source/workspaces/path-dep-above/e/Cargo.toml index df1886c82be..eaf1d76f999 100644 --- a/tests/cargo-fmt/source/workspaces/path-dep-above/e/Cargo.toml +++ b/tests/cargo-fmt/source/workspaces/path-dep-above/e/Cargo.toml @@ -4,3 +4,5 @@ version = "0.1.0" edition = "2018" [dependencies] c = { path = "../ws/c" } + +[workspace]