difftreelog
test fix attribute imports
in: master
1 file changed
crates/evm-coder/tests/random.rsdiffbeforeafterboth161617#![allow(dead_code)] // This test only checks that macros is not panicking17#![allow(dead_code)] // This test only checks that macros is not panicking181819use 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};212022struct Impls;21struct Impls;2322