mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
Fix typo in xtask/src/main.rs.
This commit is contained in:
parent
998088876d
commit
462c1b49c6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
//!
|
//!
|
||||||
//! This binary defines various auxiliary build commands, which are not
|
//! This binary defines various auxiliary build commands, which are not
|
||||||
//! expressible with just `cargo`. Notably, it provides `cargo xtask codegen`
|
//! expressible with just `cargo`. Notably, it provides `cargo xtask codegen`
|
||||||
//! for code genetaiont and `cargo xtask install` for installation of
|
//! for code generation and `cargo xtask install` for installation of
|
||||||
//! rust-analyzer server and client.
|
//! rust-analyzer server and client.
|
||||||
//!
|
//!
|
||||||
//! This binary is integrated into the `cargo` command line by using an alias in
|
//! This binary is integrated into the `cargo` command line by using an alias in
|
||||||
|
|
Loading…
Reference in a new issue