Skip to content

Commit d9ca24e

Browse files
committed
Cargo.toml: exclude the build directory from the workspace.
1 parent e281446 commit d9ca24e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ members = [
2626
]
2727
exclude = [
2828
"src/tools/rls/test_data",
29+
"build",
2930
]
3031

3132
# Curiously, LLVM 7.0 will segfault if compiled with opt-level=3

0 commit comments

Comments
 (0)