summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/workspace_test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/workspace_test/Cargo.toml')
-rw-r--r--src/tools/clippy/tests/workspace_test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/workspace_test/Cargo.toml b/src/tools/clippy/tests/workspace_test/Cargo.toml
index bf5b4ca52..d24b278cc 100644
--- a/src/tools/clippy/tests/workspace_test/Cargo.toml
+++ b/src/tools/clippy/tests/workspace_test/Cargo.toml
@@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2018"
[workspace]
-members = ["subcrate"]
+members = ["subcrate", "module_style/pass_no_mod_with_dep_in_subdir", "module_style/pass_mod_with_dep_in_subdir"]