docs(contrib): Move description of SNAPSHOTS=overwrite to right step

This text was apparently accidentally moved in
7eb8873950.
This commit is contained in:
Martin Fischer 2023-08-11 13:36:27 +02:00
parent ef5fcf92df
commit 967d6d751e

View file

@ -49,16 +49,17 @@ $ SNAPSHOTS=overwrite cargo test --workspace
``` ```
(we do development-time code-gen to speed up builds) (we do development-time code-gen to speed up builds)
Auto-cleans up your change according to some rules we have like:
- Don't prefer specific dialects in the dictionary, leaving those to [`varcon`](http://wordlist.aspell.net/varcon-readme/).
- Mixing up corrections and typos
- etc
3. Verify your change 3. Verify your change
Run Run
```console ```console
$ cargo test --workspace $ cargo test --workspace
``` ```
Auto-cleans up your change according to some rules we have like:
- Don't prefer specific dialects in the dictionary, leaving those to [`varcon`](http://wordlist.aspell.net/varcon-readme/).
- Mixing up corrections and typos
- etc
### Process ### Process