about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2021-03-08 21:13:15 +0300
committerAleksey Kladov <aleksey.kladov@gmail.com>2021-03-08 21:45:37 +0300
commit1eb61203b725684fd2c7e25ac7e2d53eef10c64c (patch)
treeaae264078123fc4b9cbe6c9189179f6f147f8a88 /docs/dev
parentabb6b8f14c4d05cf344048263651d8192997b6cf (diff)
downloadrust-1eb61203b725684fd2c7e25ac7e2d53eef10c64c.tar.gz
rust-1eb61203b725684fd2c7e25ac7e2d53eef10c64c.zip
Make `code generation` just work
Contributors don't need to learn about `cargo xtask codegen` if `cargo
test` just does the right thing.
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/architecture.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md
index ead12616e1b..0a3fd428564 100644
--- a/docs/dev/architecture.md
+++ b/docs/dev/architecture.md
@@ -308,9 +308,8 @@ This sections talks about the things which are everywhere and nowhere in particu
 ### Code generation
 
 Some of the components of this repository are generated through automatic processes.
-`cargo xtask codegen` runs all generation tasks.
+Generated code is updated automatically on `cargo test`.
 Generated code is generally committed to the git repository.
-There are tests to check that the generated code is fresh.
 
 In particular, we generate: