X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_errors%2FCargo.toml;h=dee7a31ec2028287b06304fdb3b0b68f377a631e;hb=1048a85dbe5a5d5cc17a7142054165fc81dc3a88;hp=c21d5d9d74e67c51d263febcfceebbafe5999750;hpb=d15b020278fc97ec978af94159e5b0f70e14c6ed;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"