mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix remaining references to cargo xtask codegen
This commit is contained in:
parent
c0e9530fd0
commit
ebf4448f78
5 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@
|
|||
//! // fn foo() {}
|
||||
//! ```
|
||||
//!
|
||||
//! After adding a new inline-test, run `cargo xtask codegen` to
|
||||
//! After adding a new inline-test, run `cargo test -p xtask` to
|
||||
//! extract it as a standalone text-fixture into
|
||||
//! `crates/syntax/test_data/parser/`, and run `cargo test` once to
|
||||
//! create the "gold" value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue