Skip to content

Commit c61d1ce

Browse files
committed
Make the workspace hack local to RLS
cc rust-lang/rust#42146
1 parent 094362d commit c61d1ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test_data/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Make sure that test are not accidentally become members of
2+
# the main workspace in the rust-lang/rust repository
3+
[workspace]
4+
members = ["./*"]

0 commit comments

Comments
 (0)