mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Merge #2136
2136: Fix typo in xtask/src/main.rs. r=kjeremy a=krk Co-authored-by: krk <keremkat@gmail.com>
This commit is contained in:
commit
f70d3e41cf
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…
Add table
Add a link
Reference in a new issue