mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-24 13:10:28 +00:00
Re-implement tidy as an xtask action
This commit is contained in:
parent
e752517814
commit
866102cdaf
12 changed files with 69 additions and 60 deletions
|
|
@ -19,6 +19,8 @@ mod install;
|
|||
mod metrics;
|
||||
mod publish;
|
||||
mod release;
|
||||
mod tidy;
|
||||
mod util;
|
||||
|
||||
use anyhow::bail;
|
||||
use std::{env, path::PathBuf};
|
||||
|
|
@ -51,6 +53,7 @@ fn main() -> anyhow::Result<()> {
|
|||
)?;
|
||||
Ok(())
|
||||
}
|
||||
flags::XtaskCmd::Tidy(cmd) => cmd.run(sh),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue