mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Move to a dedicated file
This commit is contained in:
parent
6e4fca5882
commit
97ea2dfc4b
3 changed files with 64 additions and 57 deletions
|
@ -16,8 +16,9 @@ use xtask::{
|
|||
dist::run_dist,
|
||||
install::{ClientOpt, InstallCmd, ServerOpt},
|
||||
not_bash::pushd,
|
||||
pre_commit, project_root, run_clippy, run_fuzzer, run_pre_cache, run_release, run_rustfmt,
|
||||
Result,
|
||||
pre_commit, project_root,
|
||||
release::run_release,
|
||||
run_clippy, run_fuzzer, run_pre_cache, run_rustfmt, Result,
|
||||
};
|
||||
|
||||
fn main() -> Result<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue