about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaleb Cartwright <caleb.cartwright@outlook.com>2021-10-20 10:12:22 -0500
committerCaleb Cartwright <caleb.cartwright@outlook.com>2021-10-20 10:12:22 -0500
commit606c7d49dbe892d3d80d6c9f913c15f4eac1c938 (patch)
tree88b36869a8842870a9d889d20ffc15228fafde46
parent2b41b6d022fa90e44a89ed6d0aecb77de8fd5505 (diff)
downloadrust-606c7d49dbe892d3d80d6c9f913c15f4eac1c938.tar.gz
rust-606c7d49dbe892d3d80d6c9f913c15f4eac1c938.zip
ensure cargo-fmt tests are excluded from root workspace
-rw-r--r--tests/cargo-fmt/source/workspaces/path-dep-above/e/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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]