Fix remaining references to cargo xtask codegen

This commit is contained in:
Lukas Wirth 2021-03-12 15:10:33 +01:00
parent c0e9530fd0
commit ebf4448f78
5 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
//! 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`
//! expressible with just `cargo`. Notably, it provides tests via `cargo test -p xtask`
//! for code generation and `cargo xtask install` for installation of
//! rust-analyzer server and client.
//!