about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-01-10 04:18:42 +0900
committerGitHub <noreply@github.com>2020-01-10 04:18:42 +0900
commita366aa6249c0a8da29fbf2a8e36717bd5af1e56e (patch)
tree33969af7ace97e28340fe9635463265725b3a76b /src/librustc_codegen_llvm
parent2bade5dd7d818e30e0c3a593b552163680801ab1 (diff)
parentf443ae68c2d9bbe83e73c495572dc5d59b36e6ea (diff)
downloadrust-a366aa6249c0a8da29fbf2a8e36717bd5af1e56e.tar.gz
rust-a366aa6249c0a8da29fbf2a8e36717bd5af1e56e.zip
Rollup merge of #68040 - sinkuu:unused, r=petrochenkov
Cleanup
Diffstat (limited to 'src/librustc_codegen_llvm')
-rw-r--r--src/librustc_codegen_llvm/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/Cargo.toml b/src/librustc_codegen_llvm/Cargo.toml
index 2d9232bc192..3ff5495e291 100644
--- a/src/librustc_codegen_llvm/Cargo.toml
+++ b/src/librustc_codegen_llvm/Cargo.toml
@@ -31,5 +31,4 @@ rustc_session = { path = "../librustc_session" }
 rustc_target = { path = "../librustc_target" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 syntax = { path = "../libsyntax" }
-rustc_expand = { path = "../librustc_expand" }
 rustc_span = { path = "../librustc_span" }