Skip to content

Commit 4e590b3

Browse files
authoredJan 4, 2023
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
2 parents 30846f6 + f98adb3 commit 4e590b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_query_impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
edition = "2021"
55

66
[lib]
7-
doctest = false
7+
88

99
[dependencies]
1010
measureme = "10.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.