Skip to content

Commit

Permalink
Fix markdown style warning
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Feb 1, 2025
1 parent 272d628 commit 8f002c2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,9 @@ situations.
To upgrade to the new insta macros and snapshot formats you can use
[`fastmod`](https://crates.io/crates/fastmod) and `cargo-insta` together:

$ cargo install fastmod
$ cargo install cargo-insta
$ fastmod '\bassert_([a-z]+_snapshot)_matches!' 'assert_${`}!' -e rs --accept-all
$ cargo insta test --all --force-update-snapshots --accept
```sh
cargo install fastmod
cargo install cargo-insta
fastmod '\bassert_([a-z]+_snapshot)_matches!' 'assert_${`}!' -e rs --accept-all
cargo insta test --all --force-update-snapshots --accept
```

0 comments on commit 8f002c2

Please sign in to comment.