mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Merge #2074
2074: document tasks module r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
fa4ccc5fef
1 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
||||||
//! FIXME: write short doc here
|
//! See https://github.com/matklad/cargo-xtask/.
|
||||||
|
//!
|
||||||
|
//! This binary defines various auxiliary build commands, which are not
|
||||||
|
//! expressible with just `cargo`. Notably, it provides `cargo xtask codegen`
|
||||||
|
//! for code genetaiont and `cargo xtask install` for installation of
|
||||||
|
//! rust-analyzer server and client.
|
||||||
|
//!
|
||||||
|
//! This binary is integrated into the `cargo` command line by using an alias in
|
||||||
|
//! `.cargo/config`.
|
||||||
mod help;
|
mod help;
|
||||||
|
|
||||||
use core::fmt::Write;
|
use core::fmt::Write;
|
||||||
|
|
Loading…
Reference in a new issue