about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2023-06-04 09:09:28 -0700
committerCaleb Cartwright <calebcartwright@users.noreply.github.com>2023-06-11 19:34:01 -0500
commite903fcdaae20292d307605ee82ec793253adf4fa (patch)
tree91168bd559a65ac5d4268865f9066d9a6e954bd4
parenta44c7ea5923caa8f908ae0fdd6563033a7ad88da (diff)
downloadrust-e903fcdaae20292d307605ee82ec793253adf4fa.tar.gz
rust-e903fcdaae20292d307605ee82ec793253adf4fa.zip
Remove rustc-workspace-hack
-rw-r--r--Cargo.lock7
-rw-r--r--Cargo.toml5
2 files changed, 0 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 24166d51c51..5b0fd5ae735 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -469,12 +469,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
 
 [[package]]
-name = "rustc-workspace-hack"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
-
-[[package]]
 name = "rustfmt-config_proc_macro"
 version = "0.3.0"
 dependencies = [
@@ -502,7 +496,6 @@ dependencies = [
  "lazy_static",
  "log",
  "regex",
- "rustc-workspace-hack",
  "rustfmt-config_proc_macro",
  "serde",
  "serde_json",
diff --git a/Cargo.toml b/Cargo.toml
index 87ce59d0217..12ed65453e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,11 +59,6 @@ unicode_categories = "0.1"
 
 rustfmt-config_proc_macro = { version = "0.3", path = "config_proc_macro" }
 
-# 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"
-
 # Rustc dependencies are loaded from the sysroot, Cargo doesn't know about them.
 
 [package.metadata.rust-analyzer]