Skip to content

Commit

Permalink
Rollup merge of #106436 - CarsonV:doctest_query_impl, r=jyn514
Browse files Browse the repository at this point in the history
Enable doctests for rustc_query_impl

doctests worked out of the box for query_impl on my local machine. Working towards #99144
  • Loading branch information
matthiaskrgr committed Jan 4, 2023
2 parents 30846f6 + f98adb3 commit 4e590b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_query_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2021"

[lib]
doctest = false


[dependencies]
measureme = "10.0.0"
Expand Down

0 comments on commit 4e590b3

Please sign in to comment.