summaryrefslogtreecommitdiff
path: root/compiler/rustc_query_impl
diff options
context:
space:
mode:
authorCarsonV <carsonv22@gmail.com>2023-01-03 20:12:09 -0600
committerCarsonV <carsonv22@gmail.com>2023-01-03 20:38:28 -0600
commitf98adb32f543d710e6af1941e5373d397b476d6b (patch)
tree2ec04d51c2e9688dd5b18949447b9c1639ff2d6e /compiler/rustc_query_impl
parentc7572670a1302f5c7e245d069200e22da9df0316 (diff)
downloadrust-f98adb32f543d710e6af1941e5373d397b476d6b.tar.gz
Enable query_impl doctests
Diffstat (limited to 'compiler/rustc_query_impl')
-rw-r--r--compiler/rustc_query_impl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml
index b2111a1262a..46e77626479 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"