diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-10-28 03:46:22 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-07 05:25:31 +0100 |
| commit | 55f76cdb2f4d01cf87e47148c706c53a129fa45e (patch) | |
| tree | 2d7d13cc5d9c3ccea097ee12df06556b2d1afde4 /src/librustc_save_analysis | |
| parent | bffc3d807394ad5ac8eab7af4c6d227b2870f534 (diff) | |
| download | rust-55f76cdb2f4d01cf87e47148c706c53a129fa45e.tar.gz rust-55f76cdb2f4d01cf87e47148c706c53a129fa45e.zip | |
syntax: use distinct FloatTy from rustc_target.
We also sever syntax's dependency on rustc_target as a result. This should slightly improve pipe-lining. Moreover, some cleanup is done in related code.
Diffstat (limited to 'src/librustc_save_analysis')
| -rw-r--r-- | src/librustc_save_analysis/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_save_analysis/Cargo.toml b/src/librustc_save_analysis/Cargo.toml index b89c83d630b..2d93585e50e 100644 --- a/src/librustc_save_analysis/Cargo.toml +++ b/src/librustc_save_analysis/Cargo.toml @@ -13,7 +13,6 @@ log = "0.4" rustc = { path = "../librustc" } rustc_data_structures = { path = "../librustc_data_structures" } rustc_codegen_utils = { path = "../librustc_codegen_utils" } -rustc_target = { path = "../librustc_target" } serde_json = "1" syntax = { path = "../libsyntax" } syntax_pos = { path = "../libsyntax_pos" } |
