]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_errors/Cargo.toml
Rollup merge of #101931 - msakuta:master, r=thomcc
[rust.git] / compiler / rustc_errors / Cargo.toml
index 4d207fd17fb2dfb9b2f16d3e9a9fa9f8a2a023f4..c36ca11fad6f214ea43a0216f6db5c4fb2d3d847 100644 (file)
@@ -13,9 +13,9 @@ rustc_serialize = { path = "../rustc_serialize" }
 rustc_span = { path = "../rustc_span" }
 rustc_macros = { path = "../rustc_macros" }
 rustc_data_structures = { path = "../rustc_data_structures" }
+rustc_target = { path = "../rustc_target" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_lint_defs = { path = "../rustc_lint_defs" }
-rustc_target = { path = "../rustc_target" }
 unicode-width = "0.1.4"
 atty = "0.2"
 termcolor = "1.0"