diff options
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r-- | docs/dev/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index 1b63d8223..76e1da6cf 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md | |||
@@ -348,6 +348,8 @@ To update test data, run with `UPDATE_EXPECTATIONS` variable: | |||
348 | env UPDATE_EXPECTATIONS=1 cargo qt | 348 | env UPDATE_EXPECTATIONS=1 cargo qt |
349 | ``` | 349 | ``` |
350 | 350 | ||
351 | After adding a new inline test you need to run `cargo xtest codegen` and also update the test data as described above. | ||
352 | |||
351 | # Logging | 353 | # Logging |
352 | 354 | ||
353 | Logging is done by both rust-analyzer and VS Code, so it might be tricky to | 355 | Logging is done by both rust-analyzer and VS Code, so it might be tricky to |