Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakapoi committed Aug 9, 2024
1 parent 6730133 commit b8581fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ error: cannot find macro `tests_index` in this scope
15 | tests_index!
| ^^^^^^^^^^^
|
help: consider importing one of these items
help: consider importing one of these macros
|
1 + use meta_tools::tests_index;
|
Expand All @@ -23,7 +23,7 @@ error: cannot find macro `tests_impls` in this scope
5 | tests_impls!
| ^^^^^^^^^^^
|
help: consider importing one of these items
help: consider importing one of these macros
|
1 + use meta_tools::tests_impls;
|
Expand Down

0 comments on commit b8581fd

Please sign in to comment.