X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_hir_pretty%2FCargo.toml;h=1ea7be1ae7b520fc3e8fad9442b0d53e99e13750;hb=3041bc9e71355eea71a5070b7939439fd3cf7e01;hp=46a8e7deeed047bcccd932c9f7cd501201c3c312;hpb=30a5eb063eca51f7dac9fce79d66a95bc8cbacad;p=rust.git diff --git a/compiler/rustc_hir_pretty/Cargo.toml b/compiler/rustc_hir_pretty/Cargo.toml index 46a8e7deeed..1ea7be1ae7b 100644 --- a/compiler/rustc_hir_pretty/Cargo.toml +++ b/compiler/rustc_hir_pretty/Cargo.toml @@ -4,7 +4,6 @@ version = "0.0.0" edition = "2021" [lib] -doctest = false [dependencies] rustc_ast_pretty = { path = "../rustc_ast_pretty" }