Skip to content

Commit 20a1e26

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

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.idea
33

44
target
5+
test_data/Cargo.lock

test_data/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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 = ["./*/"]
5+
exclude = ["./compiler_message", "./target"]

0 commit comments

Comments
 (0)