diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-01-04 07:28:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 07:28:57 +0100 |
| commit | 4e590b3ee9622c90814c656e784e2facd5bc21ca (patch) | |
| tree | a0de686a90dfa7ec22c963a7c57d8053be2c0876 | |
| parent | 30846f6ff1e073f11ae17830ddefc5d4284a6311 (diff) | |
| parent | f98adb32f543d710e6af1941e5373d397b476d6b (diff) | |
| download | rust-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.toml | 2 |
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" |
