From f98adb32f543d710e6af1941e5373d397b476d6b Mon Sep 17 00:00:00 2001 From: CarsonV Date: Tue, 3 Jan 2023 20:12:09 -0600 Subject: [PATCH] Enable query_impl doctests --- compiler/rustc_query_impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml index b2111a1262a3c..46e77626479c8 100644 --- a/compiler/rustc_query_impl/Cargo.toml +++ b/compiler/rustc_query_impl/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2021" [lib] -doctest = false + [dependencies] measureme = "10.0.0"