X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_ast_pretty%2FCargo.toml;h=d1513c114fef4a960558120c63d9c08188723e29;hb=6d225bb0804e333aa411acce45de4230845bcf2b;hp=b4900dc39a8af4d98913c75f26146923df617714;hpb=fa2cd945af6bfb14c16cfaa8b74c636dfb821b48;p=rust.git diff --git a/compiler/rustc_ast_pretty/Cargo.toml b/compiler/rustc_ast_pretty/Cargo.toml index b4900dc39a8..d1513c114fe 100644 --- a/compiler/rustc_ast_pretty/Cargo.toml +++ b/compiler/rustc_ast_pretty/Cargo.toml @@ -7,5 +7,4 @@ edition = "2021" [dependencies] rustc_ast = { path = "../rustc_ast" } -rustc_parse_format = { path = "../rustc_parse_format" } rustc_span = { path = "../rustc_span" }