diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-10 04:18:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-10 04:18:42 +0900 |
| commit | a366aa6249c0a8da29fbf2a8e36717bd5af1e56e (patch) | |
| tree | 33969af7ace97e28340fe9635463265725b3a76b /src/librustc_codegen_llvm | |
| parent | 2bade5dd7d818e30e0c3a593b552163680801ab1 (diff) | |
| parent | f443ae68c2d9bbe83e73c495572dc5d59b36e6ea (diff) | |
| download | rust-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.toml | 1 |
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" } |
