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
This commit is contained in:
commit
4e590b3ee9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.0.0"
|
|||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
|
||||
[dependencies]
|
||||
measureme = "10.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue