X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_errors%2FCargo.toml;h=dee7a31ec2028287b06304fdb3b0b68f377a631e;hb=a2e485c25c5c9f3ca30a1ab6162dc322d6eb8800;hp=c21d5d9d74e67c51d263febcfceebbafe5999750;hpb=5e6de2369c82ed0b36e6b651b041bad5cb5e1ef8;p=rust.git diff --git a/compiler/rustc_errors/Cargo.toml b/compiler/rustc_errors/Cargo.toml index c21d5d9d74e..dee7a31ec20 100644 --- a/compiler/rustc_errors/Cargo.toml +++ b/compiler/rustc_errors/Cargo.toml @@ -18,7 +18,6 @@ rustc_target = { path = "../rustc_target" } rustc_hir = { path = "../rustc_hir" } rustc_lint_defs = { path = "../rustc_lint_defs" } unicode-width = "0.1.4" -atty = "0.2" termcolor = "1.0" annotate-snippets = "0.9" termize = "0.1.1"