We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87cb840 + c32fb96 commit 9507a01Copy full SHA for 9507a01
xtask/tests/tidy.rs
@@ -37,6 +37,13 @@ fn check_code_formatting() {
37
}
38
39
40
+#[test]
41
+fn smoke_test_docs_generation() {
42
+ // We don't commit docs to the repo, so we can just overwrite in tests.
43
+ codegen::generate_assists_docs(Mode::Overwrite).unwrap();
44
+ codegen::generate_feature_docs(Mode::Overwrite).unwrap();
45
+}
46
+
47
#[test]
48
fn rust_files_are_tidy() {
49
let mut tidy_docs = TidyDocs::default();
0 commit comments