diff options
author | Igor Aleksanov <[email protected]> | 2020-10-19 19:07:40 +0100 |
---|---|---|
committer | Igor Aleksanov <[email protected]> | 2020-10-19 19:07:40 +0100 |
commit | b8a74e03708819c04862005ad0a91757dd63d654 (patch) | |
tree | bc1cd5b714e9566e2c87f33582d8c587cf46f6c0 /xtask/tests | |
parent | aa9be4d5232f27d285211c0c880259655316d114 (diff) |
Add generated_diagnostic.adoc to the release.rs and smoke_test_docs_generation
Diffstat (limited to 'xtask/tests')
-rw-r--r-- | xtask/tests/tidy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index 460069407..faaef2fd4 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -42,6 +42,7 @@ fn smoke_test_docs_generation() { | |||
42 | // We don't commit docs to the repo, so we can just overwrite in tests. | 42 | // We don't commit docs to the repo, so we can just overwrite in tests. |
43 | codegen::generate_assists_docs(Mode::Overwrite).unwrap(); | 43 | codegen::generate_assists_docs(Mode::Overwrite).unwrap(); |
44 | codegen::generate_feature_docs(Mode::Overwrite).unwrap(); | 44 | codegen::generate_feature_docs(Mode::Overwrite).unwrap(); |
45 | codegen::generate_diagnostic_docs(Mode::Overwrite).unwrap(); | ||
45 | } | 46 | } |
46 | 47 | ||
47 | #[test] | 48 | #[test] |