diff options
author | klensy <klensy@users.noreply.github.com> | 2023-02-06 16:26:31 +0300 |
---|---|---|
committer | klensy <klensy@users.noreply.github.com> | 2023-02-06 17:40:18 +0300 |
commit | 4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02 (patch) | |
tree | cb740ff864dcfd506f48c9dde2c13ffd13ad8658 /compiler/rustc_privacy | |
parent | 0c13c172507f01d921808107d2c4ec37b43b982d (diff) | |
download | rust-4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02.tar.gz |
remove unused imports
Diffstat (limited to 'compiler/rustc_privacy')
-rw-r--r-- | compiler/rustc_privacy/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_privacy/Cargo.toml b/compiler/rustc_privacy/Cargo.toml index 832fdc9f016..744cb77dd00 100644 --- a/compiler/rustc_privacy/Cargo.toml +++ b/compiler/rustc_privacy/Cargo.toml @@ -13,6 +13,5 @@ rustc_macros = { path = "../rustc_macros" } rustc_middle = { path = "../rustc_middle" } rustc_session = { path = "../rustc_session" } rustc_span = { path = "../rustc_span" } -rustc_trait_selection = { path = "../rustc_trait_selection" } rustc_hir_analysis = { path = "../rustc_hir_analysis" } tracing = "0.1" |