Skip to content

Commit cbebc15

Browse files
committed
regenerate readme
1 parent abcf3b0 commit cbebc15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn my_test_utf8(path: &Utf8Path) -> datatest_stable::Result<()> {
6262

6363
datatest_stable::harness!(
6464
my_test, "path/to/fixtures", r"^.*/*",
65-
my_test_utf8, "path/to/fixtures", r"^.*/*,
65+
my_test_utf8, "path/to/fixtures", r"^.*/*",
6666
);
6767
```
6868

@@ -86,5 +86,5 @@ license](LICENSE-MIT).
8686
README.md is generated from README.tpl by cargo readme. To regenerate:
8787
8888
cargo install cargo-readme
89-
cargo readme > README.md
89+
./scripts/regenerate-readmes.sh
9090
-->

0 commit comments

Comments
 (0)