mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
re-generate feature docs in release
This commit is contained in:
parent
210b748909
commit
e752517814
@ -12,7 +12,7 @@ use crate::{
|
||||
|
||||
pub(crate) mod assists_doc_tests;
|
||||
pub(crate) mod diagnostics_docs;
|
||||
mod feature_docs;
|
||||
pub(crate) mod feature_docs;
|
||||
mod grammar;
|
||||
mod lints;
|
||||
mod parser_inline_tests;
|
||||
|
@ -32,6 +32,7 @@ impl flags::Release {
|
||||
// Generates bits of manual.adoc.
|
||||
codegen::diagnostics_docs::generate(false);
|
||||
codegen::assists_doc_tests::generate(false);
|
||||
codegen::feature_docs::generate(false);
|
||||
|
||||
let website_root = project_root().join("../rust-analyzer.github.io");
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user