mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Move diagnostics docs generation into xtask/codegen
This commit is contained in:
parent
4e8cbf36a8
commit
0964374274
7 changed files with 17 additions and 24 deletions
|
@ -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<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue