wormhole/cosmwasm/contracts/ibc-translator/tests
Csongor Kiss 0f3ffe705f
sdk,cosmwasm: fix new clippy 1.78.0 lints (#3925)
The 1.78 version of the rust toolchain has been released on the stable channel: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-178

It introduces a number of new clippy lints. The relevant ones:

- https://rust-lang.github.io/rust-clippy/master/index.html#/assigning_clones
- https://rust-lang.github.io/rust-clippy/master/index.html#/multiple_bound_locations
- https://rust-lang.github.io/rust-clippy/master/index.html#/new_without_default

This commit fixes these lints.
2024-05-02 20:38:55 +01:00
..
test_setup sdk,cosmwasm: fix new clippy 1.78.0 lints (#3925) 2024-05-02 20:38:55 +01:00
contract_test.rs Add tests for ibc-translator contract (#3301) 2023-11-13 11:33:46 -08:00
execute_test.rs Add tests for ibc-translator contract (#3301) 2023-11-13 11:33:46 -08:00
query_test.rs Add tests for ibc-translator contract (#3301) 2023-11-13 11:33:46 -08:00
reply_test.rs Tokenfactory metadata display fix (#3337) 2023-11-14 14:46:09 -08:00