Skip to content

Commit e539996

Browse files
committed
Remove some unused dependencies from rustc_trans_utils
1 parent b8d5c74 commit e539996

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

src/Cargo.lock

-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustc_trans_utils/Cargo.toml

-10
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,5 @@ test = false
1111

1212
[dependencies]
1313
rustc = { path = "../librustc" }
14-
rustc_allocator = { path = "../librustc_allocator" }
15-
rustc_back = { path = "../librustc_back" }
16-
rustc_bitflags = { path = "../librustc_bitflags" }
17-
rustc_const_math = { path = "../librustc_const_math" }
18-
rustc_data_structures = { path = "../librustc_data_structures" }
19-
rustc_errors = { path = "../librustc_errors" }
20-
rustc_incremental = { path = "../librustc_incremental" }
21-
rustc_llvm = { path = "../librustc_llvm" }
22-
rustc_platform_intrinsics = { path = "../librustc_platform_intrinsics" }
23-
serialize = { path = "../libserialize" }
2414
syntax = { path = "../libsyntax" }
2515
syntax_pos = { path = "../libsyntax_pos" }

0 commit comments

Comments
 (0)