aboutsummaryrefslogtreecommitdiff
path: root/xtask/tests/tidy.rs
diff options
context:
space:
mode:
authorIgor Aleksanov <[email protected]>2020-10-19 19:07:40 +0100
committerIgor Aleksanov <[email protected]>2020-10-19 19:07:40 +0100
commitb8a74e03708819c04862005ad0a91757dd63d654 (patch)
treebc1cd5b714e9566e2c87f33582d8c587cf46f6c0 /xtask/tests/tidy.rs
parentaa9be4d5232f27d285211c0c880259655316d114 (diff)
Add generated_diagnostic.adoc to the release.rs and smoke_test_docs_generation
Diffstat (limited to 'xtask/tests/tidy.rs')
-rw-r--r--xtask/tests/tidy.rs1
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]