mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-19 11:35:16 +00:00
re-generate feature docs in release
This commit is contained in:
parent
210b748909
commit
e752517814
2 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use crate::{
|
||||||
|
|
||||||
pub(crate) mod assists_doc_tests;
|
pub(crate) mod assists_doc_tests;
|
||||||
pub(crate) mod diagnostics_docs;
|
pub(crate) mod diagnostics_docs;
|
||||||
mod feature_docs;
|
pub(crate) mod feature_docs;
|
||||||
mod grammar;
|
mod grammar;
|
||||||
mod lints;
|
mod lints;
|
||||||
mod parser_inline_tests;
|
mod parser_inline_tests;
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ impl flags::Release {
|
||||||
// Generates bits of manual.adoc.
|
// Generates bits of manual.adoc.
|
||||||
codegen::diagnostics_docs::generate(false);
|
codegen::diagnostics_docs::generate(false);
|
||||||
codegen::assists_doc_tests::generate(false);
|
codegen::assists_doc_tests::generate(false);
|
||||||
|
codegen::feature_docs::generate(false);
|
||||||
|
|
||||||
let website_root = project_root().join("../rust-analyzer.github.io");
|
let website_root = project_root().join("../rust-analyzer.github.io");
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue