Skip to content

Commit

Permalink
Add rustc-workspace-hack workaround like RLS/Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 17, 2018
1 parent 8c4e92a commit 3d07646
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ rustc-ap-syntax_pos = "272.0.0"
failure = "0.1.1"
bytecount = { version = "0.3", features = ["simd-accel"] }

# A noop dependency that changes in the Rust repository, it's a bit of a hack.
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
# for more information.
rustc-workspace-hack = "1.0.0"

[dev-dependencies]
assert_cli = "0.6"
lazy_static = "1.0.0"

0 comments on commit 3d07646

Please sign in to comment.