Skip to content

Commit de57dc4

Browse files
committed
use alloc ToString
1 parent 53d0923 commit de57dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/primitives/src/batch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::RollupNodePrimitiveParsingError;
33
use super::L2BlockInfoWithL1Messages;
44

55
use alloy_primitives::{Bytes, B256};
6-
use std::{sync::Arc, vec::Vec};
6+
use std::{string::ToString, sync::Arc, vec::Vec};
77

88
/// The batch information.
99
#[derive(Debug, Copy, Clone, Default, PartialEq, Eq)]

0 commit comments

Comments
 (0)