Skip to content

Commit

Permalink
Cargo.toml: exclude the build directory from the workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Nov 25, 2018
1 parent e281446 commit d9ca24e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -26,6 +26,7 @@ members = [
]
exclude = [
"src/tools/rls/test_data",
"build",
]

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

0 comments on commit d9ca24e

Please sign in to comment.