diff options
| author | kennytm <kennytm@gmail.com> | 2018-06-08 07:05:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-08 07:05:42 +0800 |
| commit | b94b89b2eeeb179a00febe2c58c0157f635e039d (patch) | |
| tree | d4bd8871e724a8a1748c60409c6cf4eda2e80904 /src | |
| parent | 6c739430010b7781ae8fbeee3b0a69adddd35e87 (diff) | |
| parent | b1a8088fdb879917a5a47de9ad146c1e9958dcb8 (diff) | |
| download | rust-b94b89b2eeeb179a00febe2c58c0157f635e039d.tar.gz rust-b94b89b2eeeb179a00febe2c58c0157f635e039d.zip | |
Rollup merge of #51380 - Mark-Simulacrum:remove-fmt-macros, r=oli-obk
Remove dependency on fmt_macros from typeck None
Diffstat (limited to 'src')
| -rw-r--r-- | src/Cargo.lock | 1 | ||||
| -rw-r--r-- | src/librustc_typeck/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index ed6f51093a7..5c5f6146884 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -2311,7 +2311,6 @@ name = "rustc_typeck" version = "0.0.0" dependencies = [ "arena 0.0.0", - "fmt_macros 0.0.0", "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc 0.0.0", "rustc_data_structures 0.0.0", diff --git a/src/librustc_typeck/Cargo.toml b/src/librustc_typeck/Cargo.toml index c426533779c..184cb9826ba 100644 --- a/src/librustc_typeck/Cargo.toml +++ b/src/librustc_typeck/Cargo.toml @@ -13,7 +13,6 @@ test = false log = "0.4" syntax = { path = "../libsyntax" } arena = { path = "../libarena" } -fmt_macros = { path = "../libfmt_macros" } rustc = { path = "../librustc" } rustc_data_structures = { path = "../librustc_data_structures" } rustc_platform_intrinsics = { path = "../librustc_platform_intrinsics" } |
