Fix test-support feature propagation for editor and workspace

This commit is contained in:
Nathan Sobo 2021-10-30 07:40:20 -06:00
parent b571eae4f3
commit 3228a55329

View File

@ -17,11 +17,13 @@ path = "src/main.rs"
test-support = [
"buffer/test-support",
"client/test-support",
"editor/test-support",
"gpui/test-support",
"language/test-support",
"project/test-support",
"rpc/test-support",
"tempdir",
"workspace/test-support",
]
[dependencies]