Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92124a9

Browse files
authored
Update rust/README.md
1 parent aaa67a2 commit 92124a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ installing [`cargo-edit`](https://crates.io/crates/cargo-edit) with `cargo insta
106106
If you had to do any changes, commit them. If you updated the rust toolchain, running `rust/lint.py` might reformat or apply new
107107
lints to the code.
108108
7. Check with CI if everything is in order.
109-
8. Run DCA. Iterate on the code if needed.
109+
8. Run DCA with database caching disabled. Iterate on the code if needed.
110110
9. If in step 5 the schema was updated, add upgrade/downgrade scripts and a change note. This is best done last to reduce the chance of
111111
merge conflicts (none of the other testing depends on having upgrade and downgrade scripts in place). See
112112
[Upgrading a language database schema](docs/prepare-db-upgrade.md).

0 commit comments

Comments
 (0)