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.
1 parent 58ec8b2 commit d00f474Copy full SHA for d00f474
src/tools/rust-analyzer/xtask/src/codegen.rs
@@ -12,7 +12,7 @@ use crate::{
12
13
pub(crate) mod assists_doc_tests;
14
pub(crate) mod diagnostics_docs;
15
-mod feature_docs;
+pub(crate) mod feature_docs;
16
mod grammar;
17
mod lints;
18
mod parser_inline_tests;
src/tools/rust-analyzer/xtask/src/release.rs
@@ -32,6 +32,7 @@ impl flags::Release {
32
// Generates bits of manual.adoc.
33
codegen::diagnostics_docs::generate(false);
34
codegen::assists_doc_tests::generate(false);
35
+ codegen::feature_docs::generate(false);
36
37
let website_root = project_root().join("../rust-analyzer.github.io");
38
{
0 commit comments