]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ast_pretty/Cargo.toml
Rollup merge of #107264 - ferrocene:pa-private-items, r=Mark-Simulacrum
[rust.git] / compiler / rustc_ast_pretty / Cargo.toml
index a3e3e823b08eb5b677cafe36e84e8bbe2009cf42..b4900dc39a8af4d98913c75f26146923df617714 100644 (file)
@@ -6,5 +6,6 @@ edition = "2021"
 [lib]
 
 [dependencies]
-rustc_span = { path = "../rustc_span" }
 rustc_ast = { path = "../rustc_ast" }
+rustc_parse_format = { path = "../rustc_parse_format" }
+rustc_span = { path = "../rustc_span" }