about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-01-04 07:28:57 +0100
committerGitHub <noreply@github.com>2023-01-04 07:28:57 +0100
commit4e590b3ee9622c90814c656e784e2facd5bc21ca (patch)
treea0de686a90dfa7ec22c963a7c57d8053be2c0876
parent30846f6ff1e073f11ae17830ddefc5d4284a6311 (diff)
parentf98adb32f543d710e6af1941e5373d397b476d6b (diff)
downloadrust-4e590b3ee9622c90814c656e784e2facd5bc21ca.tar.gz
rust-4e590b3ee9622c90814c656e784e2facd5bc21ca.zip
Rollup merge of #106436 - CarsonV:doctest_query_impl, r=jyn514
Enable doctests for rustc_query_impl

doctests worked out of the box for query_impl on my local machine. Working towards #99144
-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"