We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcf3b0 commit cbebc15Copy full SHA for cbebc15
README.md
@@ -62,7 +62,7 @@ fn my_test_utf8(path: &Utf8Path) -> datatest_stable::Result<()> {
62
63
datatest_stable::harness!(
64
my_test, "path/to/fixtures", r"^.*/*",
65
- my_test_utf8, "path/to/fixtures", r"^.*/*,
+ my_test_utf8, "path/to/fixtures", r"^.*/*",
66
);
67
```
68
@@ -86,5 +86,5 @@ license](LICENSE-MIT).
86
README.md is generated from README.tpl by cargo readme. To regenerate:
87
88
cargo install cargo-readme
89
-cargo readme > README.md
+./scripts/regenerate-readmes.sh
90
-->
0 commit comments