Move diagnostics docs generation into xtask/codegen

This commit is contained in:
Lukas Wirth 2024-03-04 16:49:03 +01:00
parent 4e8cbf36a8
commit 0964374274
7 changed files with 17 additions and 24 deletions

View file

@ -8,6 +8,7 @@ use xshell::{cmd, Shell};
use crate::{flags, project_root};
pub(crate) mod assists_doc_tests;
pub(crate) mod diagnostics_docs;
impl flags::Codegen {
pub(crate) fn run(self, _sh: &Shell) -> anyhow::Result<()> {