diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-30 20:54:23 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-30 20:54:23 +0000 |
commit | f70d3e41cf6c93c54eb904af00599f4ba6557390 (patch) | |
tree | 91911c3f18c94bcde129652e507df62aeedae7e6 | |
parent | 998088876d91b7602068f8209a61918d4a8a8fe7 (diff) | |
parent | 462c1b49c652b1fb271e6243f3feee13e4ea8880 (diff) |
Merge #2136
2136: Fix typo in xtask/src/main.rs. r=kjeremy a=krk
Co-authored-by: krk <[email protected]>
-rw-r--r-- | xtask/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs index abcbf7129..e04e45f15 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs | |||
@@ -2,7 +2,7 @@ | |||
2 | //! | 2 | //! |
3 | //! This binary defines various auxiliary build commands, which are not | 3 | //! This binary defines various auxiliary build commands, which are not |
4 | //! expressible with just `cargo`. Notably, it provides `cargo xtask codegen` | 4 | //! expressible with just `cargo`. Notably, it provides `cargo xtask codegen` |
5 | //! for code genetaiont and `cargo xtask install` for installation of | 5 | //! for code generation and `cargo xtask install` for installation of |
6 | //! rust-analyzer server and client. | 6 | //! rust-analyzer server and client. |
7 | //! | 7 | //! |
8 | //! This binary is integrated into the `cargo` command line by using an alias in | 8 | //! This binary is integrated into the `cargo` command line by using an alias in |