Near-One / near-plugins

Implementation of common patterns used for NEAR smart contracts.
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

chore: fix clippy errors in `near-plugins/tests` #63

Closed mooori closed 1 year ago

mooori commented 1 year ago

This PR fixes errors found by clippy when run on near-plugins/tests. Currently CI is not checking tests, see #23. Once this PR is merged, we can merge #23 to make CI check tests.

The errors fixed here were found with the following command:

cargo clippy --all --all-features --all-targets -- -D warnings