Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 307be7c

Browse files
Add CARGO_WORKSPACE_DIR env var in .cargo/config.toml
As discussed in rust-analyzer/expect-test#33
1 parent 1b41647 commit 307be7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ lint = "clippy --all-targets -- -Aclippy::collapsible_if -Aclippy::needless_pass
66

77
[target.x86_64-pc-windows-msvc]
88
linker = "rust-lld"
9+
10+
[env]
11+
CARGO_WORKSPACE_DIR = { value = "", relative = true }

0 commit comments

Comments
 (0)