Skip to content

Commit 25eac93

Browse files
committed
Fix clippy warning
1 parent fc9f9a7 commit 25eac93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vm/src/imports.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ use crate::errors::{CommunicationError, VmError, VmResult};
1818
#[cfg(feature = "iterator")]
1919
use crate::memory::maybe_read_region;
2020
use crate::memory::{read_region, write_region};
21+
#[cfg(feature = "iterator")]
2122
use crate::sections::encode_sections;
2223
use crate::serde::to_vec;
2324
use crate::GasInfo;

0 commit comments

Comments
 (0)