git.delta.rocks / unique-network / refs/commits / d254843023e3

difftreelog

test fix attribute imports

Yaroslav Bolyukin2022-08-25parent: #78becc5.patch.diff
in: master

1 file changed

modifiedcrates/evm-coder/tests/random.rsdiffbeforeafterboth
1616
17#![allow(dead_code)] // This test only checks that macros is not panicking17#![allow(dead_code)] // This test only checks that macros is not panicking
1818
19use evm_coder::{ToLog, execution::Result, solidity_interface, types::*};19use evm_coder::{ToLog, execution::Result, solidity_interface, types::*, solidity, weight};
20use evm_coder_macros::{solidity, weight};
2120
22struct Impls;21struct Impls;
2322