mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +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 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…
Reference in a new issue